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 "ocaml" {< "5.0"}
10 "dune" {>= "1.11"}
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 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30depexts: ["linux-headers"] {os-distribution = "alpine"}
31dev-repo: "git+https://github.com/xapi-project/stdext.git"
32url {
33 src:
34 "https://github.com/xapi-project/stdext/releases/download/v4.20.0/xapi-stdext-4.20.0.tbz"
35 checksum: [
36 "sha256=ec93bcab02739d32f8ef09c30db57101bba7d58bb9a503a57dbfc9d81644b4e6"
37 "sha512=30db713ad51a9b1dc806bbb88aecec19ed22598a3c23da26aa80cbba431ba18b67e7f6e3834f1a848e75bfb9beeee2a171ddf0547f8c08f36c119a804aeaaf68"
38 ]
39}
40x-commit-hash: "79eadd4009efebc59d50b34f128bc43b710fa4da"