c2go 0.26.10-1build1 source package in Ubuntu

Changelog

c2go (0.26.10-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:13:20 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
c2go_0.26.10.orig.tar.gz 201.3 KiB b272f7bab12adce56274eea5953614438bd300b4aad58c623059b2b130d723e4
c2go_0.26.10-1build1.debian.tar.xz 3.1 KiB 58b916aba7d39fdef88db4039acdcf4caff5eda73777b7861ad19e5fccfb0997
c2go_0.26.10-1build1.dsc 2.0 KiB aa386cfe239911bd5225e4b9d34a9416316266a1d48e026a05516d16241b2eb0

View changes file

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.