ragel的源代码库在哪里
Where is ragel's source repository
原地址失效git://git.complang.org/ragel.git。
Google 搜索仅显示来自旧代码的非官方存储库。
既然现在是在 Colm Network 下开发,Colm Networks 还会开放它的开发库吗?
来自 Colm 网站:
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.
如果您只是想获取手边的源代码以供参考,您可以通过以下方式获取:
$ curl https://www.colm.net/files/ragel/ragel-6.9.tar.gz | tar -xz
有一个可用版本列表 here。
原地址失效git://git.complang.org/ragel.git。 Google 搜索仅显示来自旧代码的非官方存储库。
既然现在是在 Colm Network 下开发,Colm Networks 还会开放它的开发库吗?
来自 Colm 网站:
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.
如果您只是想获取手边的源代码以供参考,您可以通过以下方式获取:
$ curl https://www.colm.net/files/ragel/ragel-6.9.tar.gz | tar -xz
有一个可用版本列表 here。