this repo has no description
1opam-version: "2.0" 2synopsis: "Xapi's standard library extension, Encodings" 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 "dune" {>= "2.7"} 10 "ocaml" {>= "4.13.0"} 11 "alcotest" {>= "0.6.0" & with-test} 12 "odoc" {with-doc} 13 "bechamel" {with-test} 14 "bechamel-notty" {with-test} 15 "notty" {with-test} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/xapi-project/stdext.git" 32available: arch != "arm32" & arch != "x86_32" 33url { 34 src: 35 "https://github.com/xapi-project/stdext/releases/download/v4.24.0/xapi-stdext-4.24.0.tbz" 36 checksum: [ 37 "sha256=ee495ee5b3c19c60785af88893750f42b6c62a168e8a468be05ab93b14c513d8" 38 "sha512=0977b6e7e7e3346655c28af6d54b1c319130b51a7dbe2423db0825ccd7cb2b0618cdf35a7d0436cfa16165207a8b05c62aec9e515f4f0ca233f250fe2396596f" 39 ] 40} 41x-commit-hash: "4cf5cbe00189b9f5ea96a3b0ebf1a8522c8e6399"