opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
  "François Pottier <francois.pottier@inria.fr>"
]
homepage: "https://gitlab.inria.fr/fpottier/unionFind"
dev-repo: "git+https://gitlab.inria.fr/fpottier/unionFind.git"
bug-reports: "francois.pottier@inria.fr"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" { >= "4.03" }
  "dune" { >= "1.4" }
]
synopsis: "Implementations of the union-find data structure"
url {
  src:
    "https://gitlab.inria.fr/fpottier/unionFind/repository/20190827/archive.tar.gz"
  checksum: [
    "md5=5fa4eaeba9ce2a83eacfdbbaeabe3c2b"
    "sha512=0fe9ae31893a6159287b5528953ccda2d229a5ae90a22776b8e9861bba9953024bb4ab7ecdb60c46c43968229b4aaa2d9e5baedb4337f3a25086f2ae00e021c0"
  ]
}
