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 "bechamel" { with-test} 13 "bechamel-notty" { with-test} 14 "notty" { with-test} 15 "odoc" {with-doc} 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] 31available: arch != "arm32" & arch != "x86_32" 32dev-repo: "git+https://github.com/xapi-project/stdext.git" 33url { 34 src: 35 "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 36 checksum: [ 37 "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 38 "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 39 ] 40} 41x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"