ocamlbuild 0.14.2-2 source package in Ubuntu

Changelog

ocamlbuild (0.14.2-2) unstable; urgency=medium

  * Team upload
  * Fix FTBFS on bytecode architectures

 -- Stéphane Glondu <email address hidden>  Mon, 28 Aug 2023 07:56:49 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ocamlbuild_0.14.2-2.dsc 1.8 KiB 2abdf05a389bce33b0232b190284538de27401d8d4c4f47a0bc84273883fe041
ocamlbuild_0.14.2.orig.tar.gz 194.6 KiB 62d2dab6037794c702a83ac584a7066d018cf1645370d1f3d5764c2b458791b1
ocamlbuild_0.14.2-2.debian.tar.xz 4.0 KiB 4ae1548464320d0f6b24436458cc686f1917b013b56ee82ce452381c30167fae

Available diffs

No changes file available.

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