pcc-libs 1.2.0~DEVEL+20211015-1 source package in Ubuntu

Changelog

pcc-libs (1.2.0~DEVEL+20211015-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.1

 -- Yangfl <email address hidden>  Sun, 04 Sep 2022 10:51:18 +0800

Upload details

Uploaded by:
Yangfl
Uploaded to:
Sid
Original maintainer:
Yangfl
Architectures:
amd64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pcc-libs_1.2.0~DEVEL+20211015-1.dsc 1.9 KiB 1e4cedd52f0609da85f16a9acb9232d4a7fd49a44265e2042275ee39a4d02c82
pcc-libs_1.2.0~DEVEL+20211015.orig.tar.gz 198.3 KiB b2f9f4b8b4f7addc45abc6b67e21b9347d665dc0cb51da0db672f48efb055397
pcc-libs_1.2.0~DEVEL+20211015-1.debian.tar.xz 4.0 KiB 5429c7d219f13c3ac1ce9e1947c62393ae4ac77220f8bd9ff543f3220b8bcd89

No changes file available.

Binary packages built by this source

libpcc-dev: Portable C Compiler (development files)

 PCC is a small, simple, fast and understandable C99 compiler based on the
 original Portable C Compiler by S. C. Johnson, written in the late 1970s.
 Focus on being able to compile and run on a PDP11, even if it may not happen
 in reality, keeps it lean; abstinence from over-complicated algorithms leads
 to quick reliable code generation. Even though much of the compiler has been
 rewritten, some of the basics still remain.
 .
 This package contains the headers and static library files necessary for
 building C programs.