opam-version: "2.0" synopsis: "Xapi's standard library extension, Stdlib" maintainer: ["Xapi project maintainers"] authors: ["Jonathan Ludlam"] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/xapi-project/stdext" bug-reports: "https://github.com/xapi-project/stdext/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/xapi-project/stdext.git" url { src: "https://github.com/xapi-project/stdext/releases/download/v4.21.0/xapi-stdext-4.21.0.tbz" checksum: [ "sha256=427af021994ba881918c4c3a89d441fb000311d5e7c8e1ffcb1e239d899d7741" "sha512=70c55e0fda2bf641cf1ccb4bcff8040a6a8f0e8a2d58a727492dedbe585a870a914bae83ca36917ed2e54fc978e70c4a95b454424b69065efae08035de8830f2" ] } x-commit-hash: "986d1aeb566773906eb436a2df9aeb677f56d0fa"