opam-version: "2.0" maintainer: "Erwan " authors: "Erwan/Aaron " homepage: "https://github.com/aaronwinter/binbin" bug-reports: "https://github.com/aaronwinter/binbin/issues" license: "MIT" dev-repo: "git+https://github.com/aaronwinter/binbin.git" build: [ ["jbuilder" "build" "-p" name] [make "test"] {with-test} ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta13"} "ounit" {with-test} ] synopsis: "Convenient and human-readable bitmap manipulation" description: """ BinBin is useful to manipulate binary strings (or bitmaps) in a convenient and human-readable format. It's perfect for testing or otherwise exploratory work (on applied cryptography for example). If you need an optimized library for production use and resource intensive tasks, other packages would be better fit.""" url { src: "https://github.com/aaronwinter/binbin/archive/0.1b.tar.gz" checksum: [ "sha256=16f27b052ffa146cffc8bb4549993780d8b984c3295fbf8f04440c7bc0472e63" "md5=c837ac8fbde71cc2a2831777ecb8d5c1" ] }