this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
3authors: "Vincent Bernardoff <vb@luminar.eu.org>"
4homepage: "http://github.com/vbmithr/ocaml-sgf"
5dev-repo: "git+https://github.com/vbmithr/ocaml-sgf"
6bug-reports: "http://github.com/ocaml-sgf/issues"
7license: "ISC"
8
9build: [
10 [ "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" ]
11]
12
13depends: [
14 "ocaml" {>= "4.02.0"}
15 "ocamlfind" {build}
16 "sedlex" {< "2.0"}
17 "menhir" {< "20211215"}
18 "rresult"
19 "ocamlbuild" {build}
20]
21synopsis: "Parser and pretty printer for SGF files."
22url {
23 src: "https://github.com/vbmithr/ocaml-sgf/archive/1.0.tar.gz"
24 checksum: [
25 "sha256=4afc47da11796399973fae8d0bea1c9b3b17e76e756708eb9dd29864952186b6"
26 "md5=7420dcb4fcab09f2efa425d3ee2d6a7d"
27 ]
28}