omake 0.10.5-2 source package in Ubuntu

Changelog

omake (0.10.5-2) unstable; urgency=medium

  * Team upload
  * Fix FTBFS when ocamlopt is missing

 -- Stéphane Glondu <email address hidden>  Wed, 01 Feb 2023 12:26:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
omake_0.10.5-2.dsc 1.7 KiB c4247fbfeeaf97c82200d621dc89f86ace65988e9e3483f83e09a4e03180e097
omake_0.10.5.orig.tar.gz 1.9 MiB 54e16ad8a2c16e66424601f37e90fba748b217cc94d6d4dbcaf4e239ca66f7c4
omake_0.10.5-2.debian.tar.xz 5.9 KiB 18143913f7e20275b7623cec2ddcf43c05a516a2e0453d0616861f6c041208e3

Available diffs

No changes file available.

Binary packages built by this source

omake: build system with automated dependency analysis

 OMake is a build system designed to scale from small projects to very
 large projects spanning many directories. OMake uses a syntax similar
 to GNU make, with many additional features. It contains
 specifications for easily building C, OCaml, and LaTeX programs, but
 can be used to build projects with other languages as well.
 .
 OMake includes an accurate, automated dependency analysis based on
 MD5 digests. It also includes a stand-alone command-line
 interpreter, osh, that can be used as an interactive shell for
 debugging the build files. OMake's syntax is a full object oriented
 language. Features of the OMake language include integer and
 floating point arithmetic, scoped expressions, higher order
 functions, multiple inheritance, pattern matching, runtime
 exceptions, lexers, and LALR(1) parsers. Users can easily produce
 architecture independent builds as omake provides a uniform interface
 to its standard library on Linux/Unix, Win32, and OS X.

omake-dbgsym: debug symbols for omake
omake-doc: documentation for OMake

 OMake is a build system designed to scale from small projects to very
 large projects spanning many directories. OMake uses a syntax similar
 to GNU make, with many additional features. It contains
 specifications for easily building C, OCaml, and LaTeX programs, but
 can be used to build projects with other languages as well.
 .
 This package contains documentation for OMake in html and pdf
 formats.