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: [[ "dune" "build" "-p" name "-j" jobs ]] 10 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "1.11"} 14 "uuidm" 15] 16synopsis: 17 "A deprecated collection of utility functions - Standard library extensions" 18description: """ 19This library is provided for a transitionary period only. 20No new code should use this library.""" 21url { 22 src: 23 "https://github.com/xapi-project/stdext/archive/v4.14.0.tar.gz" 24 checksum: 25 "sha256=ac1b58f3ab9760858365828212ecf265dc2cff83574096c140a6cdfafd73805d" 26}