ocaml-extunix 0.3.2-1 source package in Ubuntu

Changelog

ocaml-extunix (0.3.2-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Bump debian/watch version to 4

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Stéphane Glondu <email address hidden>  Fri, 21 Jan 2022 00:21:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-extunix_0.3.2-1.dsc 1.9 KiB f8576cae19df4829ce50617c873fe14002e3a703ce399f25a454ce2f634a06c1
ocaml-extunix_0.3.2.orig.tar.gz 62.4 KiB 3ad5c6bfef5d87273f7ba91bf14c4cebee9171439cfacdb06b294427cf034bed
ocaml-extunix_0.3.2-1.debian.tar.xz 4.6 KiB e147aadecece06db5f244b8bf884c7fca06896c8a3e33bd8fc47a888df276979

No changes file available.

Binary packages built by this source

libextunix-ocaml: Extended functions for OCaml Unix module (runtime package)

 Thin bindings to various low-level system APIs (often non-portable)
 which are not covered by Unix module.
 .
 Example functions:
  * uname
  * statvfs
  * fsync
  * fadvise
  * fallocate
  * atfile
  * dirfd
  * eventfd
  * signalfd
  * ...
 .
 This package contains the shared runtime libraries.

libextunix-ocaml-dbgsym: debug symbols for libextunix-ocaml
libextunix-ocaml-dev: Extended functions for OCaml Unix module (development package)

 Thin bindings to various low-level system APIs (often non-portable)
 which are not covered by Unix module.
 .
 Example functions:
  * uname
  * statvfs
  * fsync
  * fadvise
  * fallocate
  * atfile
  * dirfd
  * eventfd
  * signalfd
  * ...
 .
 This package contains the compiled modules for programming with the
 library.