this repo has no description

[new release] extunix (0.4.4)

CHANGES:

* New bindings:
* ygrek/extunix#58: support wait4 (Filipe Marques)
* ygrek/extunix#60: Fix dirfd argument in unlinkat and newfd argument in renameat
not being correctl propagated.
(Antonin Décimo)
* ygrek/extunix#59: Update to ppxlib 0.36.0 and depend on OCaml >= 4.08.
(Antonin Décimo)

Changed files
+69
packages
extunix
extunix.0.4.4
+69
packages/extunix/extunix.0.4.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Collection of thin bindings to various low-level system API"
+
description: """
+
Motto: "Be to Unix, what extlib is to stdlib"
+
+
* Implement thin C bindings that directly map to underlying system API.
+
* Provide common consistent ocaml interface: naming convention, exceptions.
+
* Simple to build - no extra dependencies.
+
"""
+
maintainer: ["ygrek@autistici.org" "Antonin Décimo <antonin@tarides.com>"]
+
authors: [
+
"Andre Nathan"
+
"Antonin Décimo"
+
"Dmitry Grebeniuk"
+
"François Bobot"
+
"Gerd Stolpmann"
+
"Goswin von Brederlow"
+
"Joshua Smith"
+
"Kaustuv Chaudhuri"
+
"Markus W. Weissmann"
+
"Mehdi Dogguy"
+
"Niki Yoshiuchi"
+
"Pierre Chambart"
+
"Roman Vorobets"
+
"Stéphane Glondu"
+
"Sylvain Le Gall"
+
"Teague Hansen"
+
"ygrek"
+
"Zhenya Lykhovyd"
+
]
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
tags: ["org:ygrek"]
+
homepage: "https://github.com/ygrek/extunix"
+
bug-reports: "https://github.com/ygrek/extunix/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"dune-configurator" {>= "3.0" & build}
+
"ppxlib" {>= "0.36.0" & build}
+
"ounit2" {with-test}
+
"base-bytes"
+
"base-bigarray"
+
"base-unix"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ygrek/extunix.git"
+
url {
+
src:
+
"https://github.com/ygrek/extunix/releases/download/v0.4.4/extunix-0.4.4.tbz"
+
checksum: [
+
"sha256=9334c892316223e68aef795ca72b2d429d4eec0a647f418b035e36a053d1497d"
+
"sha512=b8e5c0ace3f017105daa2b81dbcbd5de087f06d851e9ac90d3db13d3c9898ad9fdeae36b3decc60a70573bc6e12f6c77f3669f9f392e7de64705ffcbee513844"
+
]
+
}
+
x-commit-hash: "2e47abab7ee3cc650fcefbb53d132ca7913e15a1"