ocamlbuild 0.14.0-3build1 source package in Ubuntu

Changelog

ocamlbuild (0.14.0-3build1) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Mon, 24 Jan 2022 17:21:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlbuild_0.14.0.orig.tar.gz 193.6 KiB 87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78
ocamlbuild_0.14.0-3build1.debian.tar.xz 4.2 KiB df0a7524f303071441ff271ae8d1cecd3d4f23cef668a31e7d0dd23b60952595
ocamlbuild_0.14.0-3build1.dsc 2.0 KiB 4ad1e76ab69d09e37ee32d1d06e6ab05dd5010d67bfc283e42f489fc68376ee5

View changes file

Binary packages built by this source

ocamlbuild: Build tool for building OCaml libraries and programs

 OCamlbuild is a generic build tool, which has built-in rules for building OCaml
 libraries and programs.
 .
 It was distributed as part of the OCaml distribution for OCaml versions
 between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is now released
 separately.
 .
 Its job is to determine the sequence of calls to the compiler with the
 right set of command-line flags needed to build your OCaml-centric
 software project.
 .
 It was designed as a generic build system (it is in fact not OCaml-specific),
 but also to be expressive enough to cover the specifics of the OCaml language
 that make writing good Makefiles difficult, such as the dreaded "units Foo and
 Bar make inconsistent assumptions about Baz" error.

ocamlbuild-dbgsym: debug symbols for ocamlbuild