cmdliner 0.9.7-1 source package in Ubuntu

Changelog

cmdliner (0.9.7-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update debian/watch
  * Update Vcs-*
  * Bump Standards-Version to 3.9.6

 -- Stéphane Glondu <email address hidden>  Tue, 07 Jul 2015 11:22:00 +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_0.9.7-1.dsc 2.0 KiB ab6f0020a9647425b89741fe0d5d34d12d5591dbfa04994d3a7d07e7cadb3d25
cmdliner_0.9.7.orig.tar.bz2 49.2 KiB 9c19893cffb5d3c3469ee0cce85e3eeeba17d309b33b9ace31aba06f68f0bf7a
cmdliner_0.9.7-1.debian.tar.xz 2.7 KiB 969dbe81aad340a307d6f89a1c8e81aefb0e710a2ea0ce753a02a3a5f0e393c1

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.