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.1.2)

CHANGES:

Let's see if this works.

+22
+22
packages/hexstring/hexstring.0.1.2/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 + homepage: "https://github.com/mimoo/hexstring" 6 + bug-reports: "davidwong.crypto@gmail.com" 7 + depends: [ 8 + "ocaml" {>= "4.07"} 9 + "dune" {>= "2.5"} 10 + "ppx_inline_test" {>= "v0.14.1"} 11 + ] 12 + build: ["dune" "build" "-p" name "-j" jobs] 13 + dev-repo: "git+https://github.com/mimoo/hexstring.git" 14 + x-commit-hash: "8b5e9f52d82554ff09cc8277831c54cecf3c8090" 15 + url { 16 + src: 17 + "https://github.com/mimoo/hexstring/releases/download/0.1.2/hexstring-0.1.2.tbz" 18 + checksum: [ 19 + "sha256=19bab75a06872b7610a4fbf258e47990eb94f50748ceaa4bdb6b9303e4cf560a" 20 + "sha512=4b1dd93a27ac78f9ab579a94a3c83fbf9cbe69d57def9b60f3786b62cc578334b9c9f52ddbe7f1d30ee8844bcc92d9293c615a4af4debbfe5db409a5125c2293" 21 + ] 22 + }