opam-version: "2.0"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "http://github.com/vbmithr/ocaml-sgf"
dev-repo: "git://github.com/vbmithr/ocaml-sgf"
bug-reports: "http://github.com/ocaml-sgf/issues"
license: "ISC"

build: [
  [ "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" ]
]

depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "sedlex" {< "2.0"}
  "menhir"
  "rresult"
  "ocamlbuild" {build}
]
synopsis: "Parser and pretty printer for SGF files."
url {
  src: "https://github.com/vbmithr/ocaml-sgf/archive/1.0.tar.gz"
  checksum: "md5=7420dcb4fcab09f2efa425d3ee2d6a7d"
}
