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-B-2.0"
8build: [
9 ["./configure" "-prefix" prefix]
10 [make "all"]
11]
12remove: [
13 ["./configure" "-prefix" prefix]
14 [make "uninstall"]
15]
16depends: [
17 "ocaml" {>= "4.07.0" & < "4.13"}
18 "ocamlbuild" {build}
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.5.tar.gz"
25 checksum: [
26 "sha256=ea5d50557da46f3607de7ac9025bc44e1fbbb70303d76c20cdb5cf45d583554f"
27 "md5=98825775219d1e6e9dde62bbeffb3fd2"
28 ]
29}