File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed
packages/extunix/extunix.0.4.4 Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Collection of thin bindings to various low-level system API"
3
+ description: """
4
+ Motto: "Be to Unix, what extlib is to stdlib"
5
+
6
+ * Implement thin C bindings that directly map to underlying system API.
7
+ * Provide common consistent ocaml interface: naming convention, exceptions.
8
+ * Simple to build - no extra dependencies.
9
+ """
10
+ maintainer: ["
[email protected] " "Antonin Décimo <
[email protected] >"]
11
+ authors: [
12
+ "Andre Nathan"
13
+ "Antonin Décimo"
14
+ "Dmitry Grebeniuk"
15
+ "François Bobot"
16
+ "Gerd Stolpmann"
17
+ "Goswin von Brederlow"
18
+ "Joshua Smith"
19
+ "Kaustuv Chaudhuri"
20
+ "Markus W. Weissmann"
21
+ "Mehdi Dogguy"
22
+ "Niki Yoshiuchi"
23
+ "Pierre Chambart"
24
+ "Roman Vorobets"
25
+ "Stéphane Glondu"
26
+ "Sylvain Le Gall"
27
+ "Teague Hansen"
28
+ "ygrek"
29
+ "Zhenya Lykhovyd"
30
+ ]
31
+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
32
+ tags: ["org:ygrek"]
33
+ homepage: "https://github.com/ygrek/extunix"
34
+ bug-reports: "https://github.com/ygrek/extunix/issues"
35
+ depends: [
36
+ "dune" {>= "3.0"}
37
+ "ocaml" {>= "4.08"}
38
+ "dune-configurator" {>= "3.0" & build}
39
+ "ppxlib" {>= "0.36.0" & build}
40
+ "ounit2" {with-test}
41
+ "base-bytes"
42
+ "base-bigarray"
43
+ "base-unix"
44
+ "odoc" {with-doc}
45
+ ]
46
+ build: [
47
+ ["dune" "subst"] {dev}
48
+ [
49
+ "dune"
50
+ "build"
51
+ "-p"
52
+ name
53
+ "-j"
54
+ jobs
55
+ "@install"
56
+ "@runtest" {with-test}
57
+ "@doc" {with-doc}
58
+ ]
59
+ ]
60
+ dev-repo: "git+https://github.com/ygrek/extunix.git"
61
+ url {
62
+ src:
63
+ "https://github.com/ygrek/extunix/releases/download/v0.4.4/extunix-0.4.4.tbz"
64
+ checksum: [
65
+ "sha256=9334c892316223e68aef795ca72b2d429d4eec0a647f418b035e36a053d1497d"
66
+ "sha512=b8e5c0ace3f017105daa2b81dbcbd5de087f06d851e9ac90d3db13d3c9898ad9fdeae36b3decc60a70573bc6e12f6c77f3669f9f392e7de64705ffcbee513844"
67
+ ]
68
+ }
69
+ x-commit-hash: "2e47abab7ee3cc650fcefbb53d132ca7913e15a1"
You can’t perform that action at this time.
0 commit comments