ocamlbuild 0.14.0-1build3 source package in Ubuntu

Changelog

ocamlbuild (0.14.0-1build3) focal; urgency=medium

  * No change rebuild against new ocaml ABI

 -- Dimitri John Ledkov <email address hidden>  Fri, 21 Feb 2020 01:33:27 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ocamlbuild_0.14.0.orig.tar.gz 193.6 KiB 87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78
ocamlbuild_0.14.0-1build3.debian.tar.xz 4.2 KiB 20654df0103748653930001629b6349504bfaaa671b1aed580320c3e6c8f40d0
ocamlbuild_0.14.0-1build3.dsc 2.1 KiB f1306cbeddb98ceeb4d3882ef07fb87167a090c5871ee3c125ab4aa72cfcee27

Available diffs

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