omake 0.10.6-1 source package in Ubuntu

Changelog

omake (0.10.6-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sun, 16 Jul 2023 11:47:38 +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
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
omake_0.10.6-1.dsc 1.7 KiB 94b598be269fe8431fe96db49bd2a42481743ddf69ff6ab3abadcaecce0ee87d
omake_0.10.6.orig.tar.gz 1.9 MiB 02e499127c9bca4f0768367b99bc03aa3157317550ed30d1b9153f69163cff21
omake_0.10.6-1.debian.tar.xz 5.3 KiB dcd0866dc6812d97499c5eb6315afd464dfc261bca05f068395fd5623b645319

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.