Binary package “c2go” in ubuntu noble

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.