this repo has no description
1opam-version: "2.0" 2maintainer: "jonathan.ludlam@citrix.com" 3authors: "xen-api@list.xen.org" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5bug-reports: "https://github.com/xapi-project/stdext/issues" 6dev-repo: "git+https://github.com/xapi-project/stdext.git" 7homepage: "https://xapi-project.github.io/" 8tags: [ "org:xapi-project" ] 9 10build: [[ "dune" "build" "-p" name "-j" jobs ]] 11 12depends: [ 13 "ocaml" {>= "4.08" & < "5.0"} 14 "dune" {>= "1.11"} 15 "base-unix" 16 "fd-send-recv" {>= "2.0.0"} 17 "xapi-stdext-pervasives" {=version} 18 "xapi-stdext-std" {=version} 19] 20depexts: [ 21 ["linux-headers"] {os-distribution = "alpine"} 22] 23available: [ os = "macos" | os = "linux" ] 24synopsis: 25 "A deprecated collection of utility functions - Unix module extensions" 26description: """ 27This library is provided for a transitionary period only. 28No new code should use this library.""" 29url { 30 src: 31 "https://github.com/xapi-project/stdext/archive/v4.16.0.tar.gz" 32 checksum: 33 "sha256=ed012587042f93b2cf2b1c49ecf7fb2c4ffd6bfea4af82cdfb8b9b78fd957215" 34}