File: dune-project

package info (click to toggle)
ocaml-extunix 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: ml: 3,278; ansic: 3,245; makefile: 24
file content (48 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
(lang dune 3.0)
(name extunix)
(version v0.4.3)
(generate_opam_files true)

(package
 (name extunix)
 (depends
  (ocaml (>= 4.06))
  (dune-configurator (and (>= 2.9) :build))
  (ppxlib (and (>= 0.18) :build))
  (ounit2 :with-test)
  base-bytes
  base-bigarray
  base-unix
 )
 (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.
 )
 (license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")
 (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"
 )
 (maintainers "ygrek@autistici.org" "Antonin Décimo <antonin@tarides.com>")
 (source (github ygrek/extunix))
 (tags ("org:ygrek")))