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" {>= "4.08.0" & < "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] 16build: [ 17 ["dune" "subst"] {dev} 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.19.0/xapi-stdext-4.19.0.tbz" 35 checksum: [ 36 "sha256=1b02f6ddcfa0553c8ae1cf0c4e1ed09550219ffbb25a6983043e7e909f0c6b5d" 37 "sha512=f978c6984e6497725c97b5bcf037f7493d781616e9204b1d010e9c39171683abed81f3161005271885f1a99b41c384beffc28a682d1cf3cbd4ae2170d5733efc" 38 ] 39} 40x-commit-hash: "690d233cf37c4e523e17e9b5ed74a118804bc9f5" 41available: [ os = "macos" | os = "linux" ]