ocaml-getopt 0.0.20040811-10build9 source package in Ubuntu

Changelog

ocaml-getopt (0.0.20040811-10build9) bionic; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Fri, 27 Oct 2017 22:00:47 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
ocaml-getopt_0.0.20040811.orig.tar.gz 4.7 KiB fdde9aed74465c1c1b7c6e239029d9282f41cceba8e2fe79691b12e476f2f6ad
ocaml-getopt_0.0.20040811-10build9.diff.gz 3.2 KiB 1d95d1179ec10f151517ccd669b0367cd29ea0c88e4396b538a370b27ad43440
ocaml-getopt_0.0.20040811-10build9.dsc 2.1 KiB e316cc798acdd60cd320ea93edc38cb763b3b3adcc08a8f6a8ec662ab48936f8

View changes file

Binary packages built by this source

libgetopt-ocaml-dev: command line parsing library for OCaml

 This package provides the Getopt module that is an alternative to the
 Arg module in the standard distribution. Getopt supports the general
 command line syntax of GNU getopt and getopt_long, but is close to the
 spirit of the Arg module: the programmer gives to the general parsing
 function a list of possible options, together with the behavior of
 these options.