this repo has no description
1opam-version: "2.0"
2synopsis: "Hexadecimal encoding and decoding"
3description: "A library to encode and decode hexadecimal byte sequences."
4maintainer: "Hannes Mehnert <hannes@mehnert.org>"
5authors: "Hannes Mehnert <hannes@mehnert.org>"
6license: "BSD-2-Clause"
7homepage: "https://git.robur.coop/robur/ohex"
8doc: "https://robur-coop.github.io/ohex/doc"
9bug-reports: "https://git.robur.coop/robur/ohex/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.7"}
13 "alcotest" {with-test}
14]
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
19]
20dev-repo: "git+https://git.robur.coop/robur/ohex.git"
21url {
22 src: "https://github.com/ocaml/opam-source-archives/raw/main/ohex-0.2.0.tar.gz"
23 checksum: [
24 "md5=77f2cbe75b9efd528a2b3478a8d4f3d4"
25 "sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6"
26 ]
27}
28x-maintenance-intent: [ "(latest)" ]