cmdliner 1.2.0-2 source package in Ubuntu

Changelog

cmdliner (1.2.0-2) unstable; urgency=medium

  * Depend on ocaml instead of transitional ocaml-nox

 -- Stéphane Glondu <email address hidden>  Tue, 12 Sep 2023 07:50:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
cmdliner_1.2.0-2.dsc 1.8 KiB bbc7754bfc66cb9691edf5d713c7f44374ad13d04515ad876b53442c9f120152
cmdliner_1.2.0.orig.tar.bz2 57.1 KiB afed10589028394fd6f64e97b1c617e2be70de6d35ee47e04235da31a9dd0078
cmdliner_1.2.0-2.debian.tar.xz 3.3 KiB 5f7145028d0592946703382c21e639dea33d8f1640a45da4fa955500fce8bde7

Available diffs

No changes file available.

Binary packages built by this source

libcmdliner-ocaml-dev: declarative definition of command line interfaces

 It provides a simple and compositional mechanism to convert command
 line arguments to OCaml values and pass them to your functions.
 The module automatically handles syntax errors, help messages and
 UNIX man page generation. It supports programs with single or
 multiple commands (like darcs or git) and respects most of the POSIX
 and GNU conventions.
 .
 This package contains the development modules you need to use Cmdliner
 in your programs.

libcmdliner-ocaml-dev-dbgsym: debug symbols for libcmdliner-ocaml-dev