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]
17available: arch != "arm32" & arch != "x86_32"
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/xapi-project/stdext.git"
33url {
34 src:
35 "https://github.com/xapi-project/stdext/releases/download/v4.23.0/xapi-stdext-4.23.0.tbz"
36 checksum: [
37 "sha256=3908ba667aeefa5c771179596b511f04da5cfeef42bbfcbb7872c7c248b6be3e"
38 "sha512=fcc494a523fa843183d75a5288c9b3b0d012e260f131c40793f59253cf2140e8bbf953e204b23d98d1ca68fbc8ba37352a4f1a674fd3f3bd91cf94c61aa07a55"
39 ]
40}
41x-commit-hash: "4404d5b0c1c248f5e74fa587b5b16ef17f733857"