ocamlbuild 0.11.0-3build1 source package in Ubuntu
Changelog
ocamlbuild (0.11.0-3build1) bionic; urgency=medium * Rebuild against new OCAML ABIs. -- Gianfranco Costamagna <email address hidden> Sat, 28 Oct 2017 15:13:28 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Bionic
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocamlbuild_0.11.0.orig.tar.gz | 190.7 KiB | 1717edc841c9b98072e410f1b0bc8b84444b4b35ed3b4949ce2bec17c60103ee |
ocamlbuild_0.11.0-3build1.debian.tar.xz | 4.9 KiB | f58badc48f8006330ff61b81ec4d37a7e4825e1c87c7534f209371f1dcf0b39a |
ocamlbuild_0.11.0-3build1.dsc | 2.0 KiB | eef9bf353cd802eb229c79b8b0d8cd48e2a59896026224881bdae5b62fe13d48 |
Available diffs
- diff from 0.10.1-1 (in Debian) to 0.11.0-3build1 (15.3 KiB)
- diff from 0.11.0-3 (in Debian) to 0.11.0-3build1 (322 bytes)
Binary packages built by this source
- ocamlbuild: Build tool for building OCaml library and programs
OCamlbuild is a generic build tool, that has built-in rules for building OCaml
library 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