opam-version: "2.0" maintainer: ["jean-christophe.filliatre@cnrs.fr"] authors: [ "Sylvain Conchon" "Jean-Christophe Filliâtre" "Julien Signoles" ] homepage: "https://github.com/backtracking/ocamlgraph/" license: "LGPL-2.1-only" dev-repo: "git+https://github.com/backtracking/ocamlgraph.git" bug-reports: "https://github.com/backtracking/ocamlgraph/issues" tags: [ "graph" "library" "algorithms" "directed graph" "vertice" "edge" "persistent" "imperative" ] build: [ ["touch" "./configure"] # https://github.com/ocaml/opam/issues/2814 ["./configure"] [make] ] install: [make "install-findlib"] remove: [["ocamlfind" "remove" "ocamlgraph"]] depends: [ "ocaml" {< "5.0"} "ocamlfind" {build} ] depopts: [ "lablgtk" "conf-gnomecanvas" ] synopsis: "A generic graph library for OCaml" flags: light-uninstall url { src: "https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz" checksum: [ "sha256=d9eabefb73cad7bc59b3870f832cd0154f8b60feca89ef087f06e59cb9092f55" "md5=9d71ca69271055bd22d0dfe4e939831a" ] }