c2go 0.26.10-1 source package in Ubuntu
Changelog
c2go (0.26.10-1) unstable; urgency=medium * New upstream release -- Thorsten Alteholz <email address hidden> Mon, 04 Oct 2021 20:05:23 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
c2go_0.26.10-1.dsc | 2.2 KiB | a9bb97d05dcc6b4253beeb5ac75ed4c9bd1f17742d5f31ccf94017733524b22b |
c2go_0.26.10.orig.tar.gz | 201.3 KiB | b272f7bab12adce56274eea5953614438bd300b4aad58c623059b2b130d723e4 |
c2go_0.26.10-1.debian.tar.xz | 3.1 KiB | c655ecb47f2138a3ed956dfb433ecbbbc07414c71c3e71a6294b029b3cd72665 |
No changes file available.
Binary packages built by this source
- c2go: 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.