c2go 0.26.10-1ubuntu0.23.10.1 source package in Ubuntu

Changelog

c2go (0.26.10-1ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 18 Jan 2024 11:55:42 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.23.10.1.debian.tar.xz 3.3 KiB f8da36011f631f3360b360361aa2b74894c015f6686d1e3a3341234e8dd5ff81
c2go_0.26.10-1ubuntu0.23.10.1.dsc 2.0 KiB f06cf79a7accc23a4baa8a93c9e58b39818970c2c60c9460a74fdc714ec7346b

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.