omake 0.10.6-2 source package in Ubuntu

Changelog

omake (0.10.6-2) unstable; urgency=medium

  * Team upload
  * Depend on ocaml instead of transitional ocaml-nox

 -- Stéphane Glondu <email address hidden>  Wed, 13 Sep 2023 06:19:07 +0200

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
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
omake_0.10.6-2.dsc 1.7 KiB f7ef23cdafe43c23cb013a2869e797b028060e1003523ca3d38800220fde2886
omake_0.10.6.orig.tar.gz 1.9 MiB 02e499127c9bca4f0768367b99bc03aa3157317550ed30d1b9153f69163cff21
omake_0.10.6-2.debian.tar.xz 5.4 KiB 0185cd233f8af40ce10eb8ac7dd4ba1f9b286c92c09d5f33895a559bcd90e3d5

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.