opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hex_encode" bug-reports: "https://github.com/janestreet/hex_encode/issues" dev-repo: "git+https://github.com/janestreet/hex_encode.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hex_encode/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "Hexadecimal encoding library" description: " This library implements hexadecimal encoding and decoding " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/hex_encode-v0.16.0.tar.gz" checksum: "sha256=7771bb5de62a960359b65bb46e423764bdba6d9430b1b019b6616e01b077cf6f" }