[ aramo ]
[ ソース: c2go ]
パッケージ: c2go (0.26.10-1)
c2go に関するリンク
Trisquel の資源:
c2go ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
tool for transpiling C to Go
This package contains a tool for converting C to Go.
The goals of this project are:
- To create a generic tool that can convert C to Go. - To be cross platform (Linux and Mac) and work against as many clang versions as possible (the clang AST API is not stable). - To be a repeatable and predictable tool (rather than doing most of the work and you have to clean up the output to get it working.) - To deliver quick and small version increments. - The ultimate milestone is to be able to compile the SQLite3 source code and have it working without modification.