cmdliner 1.2.0-1 source package in Ubuntu

Changelog

cmdliner (1.2.0-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sat, 22 Jul 2023 09:39:40 +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

Downloads

File Size SHA-256 Checksum
cmdliner_1.2.0-1.dsc 1.8 KiB 627fc5fef054a9519ac459950f8d13d6baedaa8cece0cb4acbb23c8aabbd3336
cmdliner_1.2.0.orig.tar.bz2 57.1 KiB afed10589028394fd6f64e97b1c617e2be70de6d35ee47e04235da31a9dd0078
cmdliner_1.2.0-1.debian.tar.xz 3.3 KiB dda31163df46922ae392298f1d3270645eb168266eb101c77801c8ed2f3d4338

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