opam-version: "2.0"
maintainer: "avinash.malik@auckland.ac.nz"
homepage: "http://homepages.engineering.auckland.ac.nz/~amal029"
license:  "MIT"
build: [make "build"]
remove: [ "ocamlfind" "remove" "gxl-light" ]
depends: ["ocaml" "ocamlfind" "xml-light"]
dev-repo: "git://github.com/amal029/ocaml-gxl-light"
install: [make "install"]
synopsis: "Gxl parser and in-place destructive update library"
description: """
GXL is an XML based format for representing different types of graphs:
e.g. abstract syntax trees, hyper-graphs, etc. This library is written
completely in Ocaml and does not depend on any bindings."""
flags: light-uninstall
url {
  src: "https://github.com/amal029/ocaml-gxl-light/archive/v1_0.tar.gz"
  checksum: "md5=0c0c769ee90613e9dd7e063648bb5671"
}
