this repo has no description
1opam-version: "2.0" 2maintainer: "hez@0ok.org" 3authors: ["Hezekiah M. Carty <hez@0ok.org>"] 4homepage: "http://github.com/hcarty/lwt-binio" 5license: "MIT" 6build: [ 7 ["oasis" "setup"] 8 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 9 ["ocaml" "setup.ml" "-build"] 10] 11remove: [["ocamlfind" "remove" "lwt-binio"]] 12depends: [ 13 "ocaml" {>= "4.01.0"} 14 "base-bytes" 15 "lwt" {< "5.0.0"} 16 "ocplib-endian" {>= "0.6"} 17 "ocamlbuild" {build} 18 "oasis" {build} 19] 20dev-repo: "git+https://github.com/hcarty/lwt-binio" 21install: ["ocaml" "setup.ml" "-install"] 22synopsis: "Asynchronous random access IO for numbers" 23flags: light-uninstall 24url { 25 src: "https://github.com/hcarty/lwt-binio/archive/v0.2.1.tar.gz" 26 checksum: [ 27 "sha256=c843f7f145f6a912b5a6ec8edb1e35147bb235e87ce2a2b008e16549fc8c8f58" 28 "md5=828973efee1b92fc2a1b53b6a69a543f" 29 ] 30}