this repo has no description
1opam-version: "2.0"
2license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
3maintainer: "francois.pottier@inria.fr"
4authors: [
5 "François Pottier <francois.pottier@inria.fr>"
6]
7homepage: "https://gitlab.inria.fr/fpottier/unionFind"
8dev-repo: "git+https://gitlab.inria.fr/fpottier/unionFind.git"
9bug-reports: "francois.pottier@inria.fr"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" { >= "4.03" }
15 "dune" { >= "1.4" }
16]
17synopsis: "Implementations of the union-find data structure"
18url {
19 src:
20 "https://gitlab.inria.fr/fpottier/unionFind/-/archive/20220101/archive.tar.gz"
21 checksum: [
22 "md5=d7cc5d5e1b2418b0e00053bc233b9454"
23 "sha512=8f99e5db73038faf5f0efb49079a653574e7291838eabbdfcb2887e6757bafce890cd3047e9d076bb1e2165463ad00ce38126c4570e158061ccfe3e1e54c0445"
24 ]
25}