ocamlbuild 0.11.0-3 source package in Ubuntu
Changelog
ocamlbuild (0.11.0-3) unstable; urgency=medium * Upload to unstable. * Update condition-nativeonly-tests.patch to be cleaner. -- Ximin Luo <email address hidden> Sat, 16 Sep 2017 13:51:37 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocamlbuild_0.11.0-3.dsc | 2.0 KiB | e3e34a78671d56f9f035b343ffb47302d3717b45ef044ff92d66863e533a2fcc |
ocamlbuild_0.11.0.orig.tar.gz | 190.7 KiB | 1717edc841c9b98072e410f1b0bc8b84444b4b35ed3b4949ce2bec17c60103ee |
ocamlbuild_0.11.0-3.debian.tar.xz | 4.9 KiB | 5d379235945002f9ead89c8b40129f55edd54afc0f78cf8cd208e0ff8034c28b |
Available diffs
No changes file available.
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