ocamlbuild 0.10.1-1build1 source package in Ubuntu
Changelog
ocamlbuild (0.10.1-1build1) bionic; urgency=high * No change rebuild against ocaml 4.05. -- Dimitri John Ledkov <email address hidden> Thu, 26 Oct 2017 23:54:43 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocamlbuild_0.10.1.orig.tar.gz | 188.7 KiB | 2603be3709634b6191dd00627213cff56f15200f2d0a24e0af58a18a0580b71e |
ocamlbuild_0.10.1-1build1.debian.tar.xz | 2.9 KiB | 2c90a20052608ba46780e64ca829df3c895f72a21ab20e4005081751f587bec4 |
ocamlbuild_0.10.1-1build1.dsc | 1.7 KiB | 6076b30fb6f5941ca83e4f0585e0f486074ad0b4de97a0082e2d30f6461bd631 |
Available diffs
- diff from 0.10.1-1 (in Debian) to 0.10.1-1build1 (557 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