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" 7license: "CeCILL-2.0" 8build: [ 9 ["./configure" "-prefix" prefix] 10 [make "all"] 11] 12depends: [ 13 "ocaml" {>= "4.02.0" & < "4.15.0"} 14 "ocamlbuild" {build} 15] 16install: [make "install"] 17synopsis: 18 "OCaml bytecode library tools to read, write and evaluate OCaml bytecode files" 19url { 20 src: "https://github.com/bvaugon/obytelib/archive/refs/tags/1.6.tar.gz" 21 checksum: [ 22 "sha256=e7036134be980391f07ec2fd96816c4beb923ca1bbedb5aaee1ff0aea2587a57" 23 "md5=fdceccf13c6f3d046f0b0372962b5711" 24 ] 25}