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: "8b5e9f52d82554ff09cc8277831c54cecf3c8090"
16url {
17 src:
18 "https://github.com/mimoo/hexstring/releases/download/0.1.2/hexstring-0.1.2.tbz"
19 checksum: [
20 "sha256=19bab75a06872b7610a4fbf258e47990eb94f50748ceaa4bdb6b9303e4cf560a"
21 "sha512=4b1dd93a27ac78f9ab579a94a3c83fbf9cbe69d57def9b60f3786b62cc578334b9c9f52ddbe7f1d30ee8844bcc92d9293c615a4af4debbfe5db409a5125c2293"
22 ]
23}