this repo has no description
1opam-version: "2.0"
2synopsis: "Xapi's standard library extension, Unix"
3maintainer: ["Xapi project maintainers"]
4authors: ["Jonathan Ludlam"]
5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6homepage: "https://github.com/xapi-project/stdext"
7bug-reports: "https://github.com/xapi-project/stdext/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "4.12.0"}
11 "base-unix"
12 "fd-send-recv" {>= "2.0.0"}
13 "odoc" {with-doc}
14 "xapi-stdext-pervasives" {= version}
15]
16available: [ ( os = "macos" | os = "linux" ) & os-family != "alpine" ]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31depexts: ["linux-headers"] {os-distribution = "alpine"}
32dev-repo: "git+https://github.com/xapi-project/stdext.git"
33url {
34 src:
35 "https://github.com/xapi-project/stdext/releases/download/v4.21.0/xapi-stdext-4.21.0.tbz"
36 checksum: [
37 "sha256=427af021994ba881918c4c3a89d441fb000311d5e7c8e1ffcb1e239d899d7741"
38 "sha512=70c55e0fda2bf641cf1ccb4bcff8040a6a8f0e8a2d58a727492dedbe585a870a914bae83ca36917ed2e54fc978e70c4a95b454424b69065efae08035de8830f2"
39 ]
40}
41x-commit-hash: "986d1aeb566773906eb436a2df9aeb677f56d0fa"