0

The original address no longer working git://git.complang.org/ragel.git. Google search only shows unofficial repository from the old code.

Since its development is under Colm Network now, would Colm Networks still open its development repository?

Alex D
  • 29,755
  • 7
  • 80
  • 126
qunying
  • 428
  • 3
  • 4

2 Answers2

1

From the Colm web site:

Since we cannot operate in the open, the git repository for Ragel will no longer be available. The project will be published as release (and pre-release) tarballs only. On the upside, Ragel will get much more attention.

The license will remain the same: GPLv2 with an exception for the generated code derived from Ragel source.

matt
  • 515,959
  • 87
  • 875
  • 1,141
1

If you're just trying to have the source on hand for reference, you can get it with:

$ curl https://www.colm.net/files/ragel/ragel-6.9.tar.gz | tar -xz

There is a list of available versions here.

Joshua Cheek
  • 30,436
  • 16
  • 74
  • 83