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

CHANGES:

Much more efficient implementations of encode and decode

+23
+23
packages/hexstring/hexstring.0.2.1/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: "4f9bbcaf019d4e74f945fb4f5dde8f12fc81ccbf" 16 + url { 17 + src: 18 + "https://github.com/mimoo/hexstring/releases/download/0.2.1/hexstring-0.2.1.tbz" 19 + checksum: [ 20 + "sha256=ab05463895e15c91d47e5aa18be70f00e35bbb8ea7398707306483a7b3e82e20" 21 + "sha512=a3e51514c5b36be8cc3aee23d41f67a361fbe218a17a9f7c8d0cb7448157ec700547173eba5325611ab4002c4716f709b6ea43c0f204a76702869e0cdd8ad052" 22 + ] 23 + }