this repo has no description
1opam-version: "2.0" 2maintainer: "jonathan.ludlam@citrix.com" 3authors: "xen-api@list.xen.org" 4bug-reports: "https://github.com/xapi-project/stdext/issues" 5dev-repo: "git+https://github.com/xapi-project/stdext.git" 6homepage: "https://xapi-project.github.io/" 7tags: [ "org:xapi-project" ] 8 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13 14depends: [ 15 "ocaml" {>= "4.08"} 16 "dune" {>= "1.11"} 17 "uuidm" 18 "alcotest" {with-test} 19] 20synopsis: 21 "A deprecated collection of utility functions - Standard library extensions" 22description: """ 23This library is provided for a transitionary period only. 24No new code should use this library.""" 25url { 26 src: 27 "https://github.com/xapi-project/stdext/archive/v4.16.0.tar.gz" 28 checksum: 29 "sha256=ed012587042f93b2cf2b1c49ecf7fb2c4ffd6bfea4af82cdfb8b9b78fd957215" 30}