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.08"} 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: "4f9bbcaf019d4e74f945fb4f5dde8f12fc81ccbf" 16url { 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}