this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] hexstring (0.2.0)

CHANGES:

The decode API cannot panic anymore!

+23
+23
packages/hexstring/hexstring.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A library to encode to and decode from hexadecimal strings" 3 + maintainer: "davidwong.crypto@gmail.com" 4 + authors: "davidwong.crypto@gmail.com" 5 + license: "Apache-2.0" 6 + homepage: "https://github.com/mimoo/hexstring" 7 + bug-reports: "davidwong.crypto@gmail.com" 8 + depends: [ 9 + "ocaml" {>= "4.07"} 10 + "dune" {>= "2.8"} 11 + "ppx_inline_test" {>= "v0.14.1"} 12 + ] 13 + build: ["dune" "build" "-p" name "-j" jobs] 14 + dev-repo: "git+https://github.com/mimoo/hexstring.git" 15 + x-commit-hash: "cdd25ec7ef07c234d9ba1d38b352f4f218effd52" 16 + url { 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 + }