oasis 0.4.5-1build1 source package in Ubuntu

Changelog

oasis (0.4.5-1build1) wily; urgency=medium

  * Rebuild for new OCaml ABIs.

 -- Matthias Klose <email address hidden>  Sat, 03 Oct 2015 17:32:07 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
oasis_0.4.5.orig.tar.gz 328.6 KiB 6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44
oasis_0.4.5-1build1.debian.tar.xz 13.7 KiB 8b0cb84ce8870b66601bf769424d08b0bd36c917cb65d35f28623defa8700b4c
oasis_0.4.5-1build1.dsc 2.4 KiB 2a456c05188f9cc531ad742d17a06ef5847b12a292cc3bf3ad4e4ac24a0d68c7

View changes file

Binary packages built by this source

liboasis-ocaml: No summary available for liboasis-ocaml in ubuntu wily.

No description available for liboasis-ocaml in ubuntu wily.

liboasis-ocaml-dbgsym: No summary available for liboasis-ocaml-dbgsym in ubuntu wily.

No description available for liboasis-ocaml-dbgsym in ubuntu wily.

liboasis-ocaml-dev: No summary available for liboasis-ocaml-dev in ubuntu wily.

No description available for liboasis-ocaml-dev in ubuntu wily.

liboasis-ocaml-doc: No summary available for liboasis-ocaml-doc in ubuntu wily.

No description available for liboasis-ocaml-doc in ubuntu wily.

oasis: Build-system generation for OCaml projects -- binaries

 OASIS generates a full configure, build and install system for your
 application. It starts with a simple `_oasis` file at the toplevel of your
 project and creates everything required.
 .
 It uses external tools like OCamlbuild and it can be considered as the glue
 between various subsystems that do the job. It should support the following
 tools:
 .
  - OCamlbuild
  - OMake (todo)
  - OCamlMakefile (todo),
  - ocaml-autoconf (todo)
 .
 It also features a do-it-yourself command line invocation and an internal
 configure/install scheme. Libraries are managed through findlib. It has been
 tested on GNU Linux and Windows.
 .
 OASIS supports standard entry points and descriptions. It helps to
 integrates your libraries and software with third parties tools like GODI.
 .
 This package contains command-line tools.