ocamlbuild 0.14.0-3 source package in Ubuntu
Changelog
ocamlbuild (0.14.0-3) unstable; urgency=medium [ Stéphane Glondu ] * Team upload * Depend on ocaml-base-$ABI instead of ocaml-base-nox-$ABI * Bump Standards-Version to 4.6.0 [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. -- Stéphane Glondu <email address hidden> Thu, 20 Jan 2022 13:05:28 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocamlbuild_0.14.0-3.dsc | 1.7 KiB | f48c4ae2cd18bad1c2452ad704834cec41cbabcd58e9bed48cc0f1a8405f6d4b |
ocamlbuild_0.14.0.orig.tar.gz | 193.6 KiB | 87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78 |
ocamlbuild_0.14.0-3.debian.tar.xz | 4.2 KiB | 44255660b1e8cf5b5f3acbac744c000ecf8fc121c04226ec964efe273b20ab57 |
Available diffs
- diff from 0.14.0-2build1 (in Ubuntu) to 0.14.0-3 (985 bytes)
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