cmdliner 1.3.0-2 source package in Ubuntu

Changelog

cmdliner (1.3.0-2) unstable; urgency=medium

  * Add support for a different OCaml stdlib dir

 -- Stéphane Glondu <email address hidden>  Sat, 03 Aug 2024 05:15:25 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
cmdliner_1.3.0-2.dsc 1.8 KiB 8d6c39b4fe80f38adb52e0402ce9b2d7fbe0a8e00acf7205e6f689a9a73a2c22
cmdliner_1.3.0.orig.tar.bz2 57.1 KiB 8e8180f573b440f6a7a8c208dab2cae4a82384fec732d22784d1bb6e64168cbb
cmdliner_1.3.0-2.debian.tar.xz 3.4 KiB fa9abfcfb3f0b785a3dc6db6fa865e5a90ff6560d7763061c9560a11d937fed5

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