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.1.0.tar.gz"
23 checksum: [
24 "md5=49e29e60782df33e881dd0fd2ec17020"
25 "sha512=60f934d0a18eb8d637d97b714da0bb2afd552e83639ba71455f05c587b07f362056c3bd47ba5ae6f25faeb8c5e47a167c48bc59d0891eec3845179ea63c25621"
26 ]
27}