mlgmp 20021123-23 source package in Ubuntu

Changelog

mlgmp (20021123-23) unstable; urgency=medium

  * Team upload
  * Fix compilation with OCaml 5.x
  * Bump Standards-Version to 4.7.0

 -- Stéphane Glondu <email address hidden>  Tue, 18 Jun 2024 08:40:13 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
mlgmp_20021123-23.dsc 1.8 KiB 6cb721417ab7e5547e4919a0168bacb84fc390b58276f1de4294b4bc3191c17e
mlgmp_20021123.orig.tar.gz 39.1 KiB 77405b56ef582b636f0d3b1a4f632aef1834f548b03ee933d87535bd8ecd8b73
mlgmp_20021123-23.debian.tar.xz 11.2 KiB 3375531d54cd1b3778cbd15d3dc6e87c754f57c83e2200408a92cdce5ace30a3

No changes file available.

Binary packages built by this source

libgmp-ocaml: OCaml bindings for the GNU multiprecision arithmetic library (runtime)

 This package provides bindings for the GNU multiprecision library
 (GNU MP) for the language OCaml (caml.inria.fr). It is mostly a 1-1 mapping
 of the C functions into the OCaml namespace, but also includes some
 infix operators to make for a cleaner syntax.
 .
 This package provides the shared library for running applications linked
 against libgmp-ocaml

libgmp-ocaml-dbgsym: debug symbols for libgmp-ocaml
libgmp-ocaml-dev: OCaml bindings for the GNU multiprecision arithmetic library (dev)

 This package provides bindings for the GNU multiprecision library
 (GNU MP) for the language OCaml(caml.inria.fr). It is mostly a 1-1 mapping
 of the C functions into the OCaml namespace, but also includes some
 infix operators to make for a cleaner syntax.
 .
 This package provides the static library, OCaml library and interface
 for developing applications to use libgmp-ocaml