opam-version: "2.0"
maintainer: "Etienne Millon <me@emillon.org>"
authors: "Etienne Millon <me@emillon.org>"
homepage: "https://github.com/emillon/bulletml"
bug-reports: "https://github.com/emillon/bulletml/issues"
license: "BSD-2-Clause"
dev-repo: "git+https://github.com/emillon/bulletml.git"
build: [
  [make]
  [make "check"] {with-test}
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.02.2"}
  "ocamlfind" {build}
  "ounit" {with-test}
  "base64" {>= "2.0.0" & < "3.0.0"}
  "re"
  "mparser"
  "alcotest"
  "xml-light"
  "ocamlsdl"
  "js_of_ocaml" {>= "2.6" & < "3.0"}
  "ounit"
  "ppx_deriving"
]
synopsis: "Library to manipulate shmup patterns"
description: """
This provides a set of tools to manipulate BulletML, a XML-based description
language for patterns of bullets present in shoot-them-up (shmup) games."""
url {
  src: "https://github.com/emillon/bulletml/archive/v0.2.0.tar.gz"
  checksum: "md5=366d117b591b95afec028774f6e0ff6e"
}
