ocamlbuild 0.14.3-1 source package in Ubuntu

Changelog

ocamlbuild (0.14.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <email address hidden>  Wed, 14 Feb 2024 17:31:10 +0100

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ocamlbuild_0.14.3-1.dsc 1.8 KiB 672bf837b1227d15bbc9e1ecd9a341f9b47d90c13f1c375f7149936e737009f8
ocamlbuild_0.14.3.orig.tar.gz 194.7 KiB ce151bfd2141abc6ee0b3f25ba609e989ff564a48bf795d6fa7138a4db0fc2e1
ocamlbuild_0.14.3-1.debian.tar.xz 4.0 KiB 8b24081b3dac820d0737f1165a51be82dd04bcab82de43e40f0e26f523a8ec6b

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