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