this repo has no description
1opam-version: "2.0"
2synopsis: "A library to encode to and decode from hexadecimal strings"
3maintainer: "davidwong.crypto@gmail.com"
4authors: "davidwong.crypto@gmail.com"
5license: "Apache-2.0"
6homepage: "https://github.com/mimoo/hexstring"
7bug-reports: "davidwong.crypto@gmail.com"
8depends: [
9 "ocaml" {>= "4.07"}
10 "dune" {>= "2.8"}
11 "ppx_inline_test" {>= "v0.14.1"}
12]
13build: ["dune" "build" "-p" name "-j" jobs]
14dev-repo: "git+https://github.com/mimoo/hexstring.git"
15x-commit-hash: "cdd25ec7ef07c234d9ba1d38b352f4f218effd52"
16url {
17 src:
18 "https://github.com/mimoo/hexstring/releases/download/0.2.0/hexstring-0.2.0.tbz"
19 checksum: [
20 "sha256=3683de3f80e97165e2e7c18b7371e37994af311ed90d2ab3d5f2a12300ab40ef"
21 "sha512=94da970fb7b4f006b89b892718d0039d0b2d6fd928da3fe93ba6d35b05815c49f0dd0626cc964e654b2dec1e134993006cd14f037d71ef98386e246b63aafe05"
22 ]
23}