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.08.0"} "core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "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.15/files/hex_encode-v0.15.0.tar.gz" checksum: "sha256=96f04d63daa024d5731c13de1e31c5bcee50209c213462c5f2115ccb5cdf830f" }