this repo has no description
1opam-version: "2.0" 2maintainer: "Erwan <erwan.ounn.84@gmail.com>" 3authors: "Erwan/Aaron <erwan.ounn.84@gmail.com>" 4homepage: "https://github.com/aaronwinter/binbin" 5bug-reports: "https://github.com/aaronwinter/binbin/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/aaronwinter/binbin.git" 8build: [ 9 ["jbuilder" "build" "-p" name] 10 [make "test"] {with-test} 11] 12depends: [ 13 "ocaml" 14 "jbuilder" {>= "1.0+beta13"} 15 "ounit" {with-test} 16] 17synopsis: "Convenient and human-readable bitmap manipulation" 18description: """ 19BinBin is useful to manipulate binary strings (or bitmaps) in a convenient and human-readable format. 20 21It's perfect for testing or otherwise exploratory work (on applied cryptography for example). 22 23If you need an optimized library for production use and resource intensive tasks, other packages would be better fit.""" 24url { 25 src: "https://github.com/aaronwinter/binbin/archive/0.1b.tar.gz" 26 checksum: [ 27 "sha256=16f27b052ffa146cffc8bb4549993780d8b984c3295fbf8f04440c7bc0472e63" 28 "md5=c837ac8fbde71cc2a2831777ecb8d5c1" 29 ] 30}