this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package flatunionfind.20241210

+37
+37
packages/flatunionfind/flatunionfind.20241210/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A union-find data structure inside a vector" 4 + maintainer: ["François Pottier <francois.pottier@inria.fr>"] 5 + authors: ["François Pottier <francois.pottier@inria.fr>"] 6 + license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 7 + homepage: "https://github.com/fpottier/flatunionfind/" 8 + bug-reports: "https://github.com/fpottier/flatunionfind/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "4.14"} 12 + "hachis" 13 + "hector" {>= "20241208"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/fpottier/flatunionfind.git" 31 + url { 32 + src: "https://github.com/fpottier/flatunionfind/archive/20241210.tar.gz" 33 + checksum: [ 34 + "md5=de69ee87893afb52f95522175813fb10" 35 + "sha512=43c01317be20b0222834b24f4558a7453494b1c4a1dccc9b310c9ca600d060bfa8f95f6650937d509fb7c35a44806abf49b1d9a057c56df648d2fc219921d3c6" 36 + ] 37 + }