this repo has no description
1opam-version: "2.0" 2authors: ["Benoît Vaugon"] 3homepage: "https://github.com/bvaugon/obytelib" 4bug-reports: "https://github.com/bvaugon/obytelib/issues" 5dev-repo: "git+https://github.com/bvaugon/obytelib.git" 6maintainer: "benoit.vaugon@gmail.com" 7build: [ 8 ["./configure" "-prefix" prefix] 9 [make "all"] 10] 11remove: [ 12 ["./configure" "-prefix" prefix] 13 [make "uninstall"] 14] 15depends: [ 16 "ocaml" {>= "4.03.0" & < "4.13"} 17 "conf-which" 18 "ocamlbuild" 19] 20install: [make "install"] 21synopsis: 22 "OCaml bytecode library tools to read, write and evaluate OCaml bytecode files" 23url { 24 src: "https://github.com/bvaugon/obytelib/archive/1.1.tar.gz" 25 checksum: [ 26 "sha256=cacd2c9198dd90a91c457de8b20942b50dcd53e69ba1a7d8adda06f776edd638" 27 "md5=d5ed657b5bc6a31f36d7b263043db7bf" 28 ] 29}