this repo has no description
1opam-version: "2.0"
2maintainer: "avinash.malik@auckland.ac.nz"
3homepage: "http://homepages.engineering.auckland.ac.nz/~amal029"
4license: "MIT"
5build: [make "build"]
6remove: [ "ocamlfind" "remove" "gxl-light" ]
7depends: ["ocaml" "ocamlfind" "xml-light"]
8dev-repo: "git+https://github.com/amal029/ocaml-gxl-light"
9install: [make "install"]
10synopsis: "Gxl parser and in-place destructive update library"
11description: """
12GXL is an XML based format for representing different types of graphs:
13e.g. abstract syntax trees, hyper-graphs, etc. This library is written
14completely in Ocaml and does not depend on any bindings."""
15flags: light-uninstall
16url {
17 src: "https://github.com/amal029/ocaml-gxl-light/archive/v1_0.tar.gz"
18 checksum: [
19 "sha256=1c1b72e660a0e74007133b553f0686c57ea0c2ced1f07317f7e3b28f22345928"
20 "md5=0c0c769ee90613e9dd7e063648bb5671"
21 ]
22}