this repo has no description

[new release] extunix (0.4.0)

CHANGES:

* Remove top-level module names, modules should be accessed via
ExtUnix top-level module.
* Import realpath from OCaml 4.13
* Support realpath on Windows

Changed files
+69
packages
extunix
extunix.0.4.0
+69
packages/extunix/extunix.0.4.0/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"
+
"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" {>= "2.8"}
+
"ocaml" {>= "4.06"}
+
"dune-configurator" {>= "2.9" & build}
+
"ppxlib" {>= "0.18" & 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"
+
depexts: [["libexecinfo-dev"] {os = "alpine"}]
+
url {
+
src:
+
"https://github.com/ygrek/extunix/releases/download/v0.4.0/extunix-0.4.0.tbz"
+
checksum: [
+
"sha256=6814472d982a703ae2b02fa8bc219be69cab12f2db618e4550dd1d6c275633d2"
+
"sha512=66f515dd2ec189fdb2e70d66f27e8b55dab11da04e362f95bc6bbcfd514fd9114508fb28a4d8ade59dd573d2947484dc7d74c1eec655c645e1531d01f110e8d7"
+
]
+
}
+
x-commit-hash: "d69c250c644e84c38f6215c9ace0b59d62a8a668"