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.04.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.4.tar.gz"
25 checksum: [
26 "sha256=9d26e25e14dfeea34b10b6481de4d7b0812bd27ee5194d7dea49032fb3dc033e"
27 "md5=4fcdbec9b7bae85eab7d2ee59c36830a"
28 ]
29}