this repo has no description
0
fork

Configure Feed

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

Merge pull request #18679 from mimoo/release-hexstring-0.1.2

[new release] hexstring (0.1.2)

authored by

Kate and committed by
GitHub
d00b35a2 5c12fff7

+23
+23
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 + 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: "8b5e9f52d82554ff09cc8277831c54cecf3c8090" 16 + url { 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 + }