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.04.0" & < "4.13"}
17 "ocamlbuild" {build}
18]
19install: [make "install"]
20synopsis:
21 "OCaml bytecode library tools to read, write and evaluate OCaml bytecode files"
22url {
23 src: "https://github.com/bvaugon/obytelib/archive/1.3.tar.gz"
24 checksum: [
25 "sha256=f9fa74ddcd7431fdea495e17775c75c3c42cc71c209b6ffe021d3dbe50ec14d9"
26 "md5=2fb61d89b99ec24c53e53ab0829a2111"
27 ]
28}