c2go 0.26.10-1ubuntu0.24.04.1 source package in Ubuntu

Changelog

c2go (0.26.10-1ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Wed, 10 Jul 2024 11:42:52 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
c2go_0.26.10.orig.tar.gz 201.3 KiB b272f7bab12adce56274eea5953614438bd300b4aad58c623059b2b130d723e4
c2go_0.26.10-1ubuntu0.24.04.1.debian.tar.xz 3.3 KiB 2031025927eb19d2b48bdcb7ad708c6b31edf872570fa73c14647c55658ac4ce
c2go_0.26.10-1ubuntu0.24.04.1.dsc 2.0 KiB 7e3b4b12a3900d9661bc581e709cd2f09a6d3ade97ea61da8cd5ab7cbb13f7ad

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.