this repo has no description

Package flatunionfind.20241210

Changed files
+37
packages
flatunionfind
flatunionfind.20241210
+37
packages/flatunionfind/flatunionfind.20241210/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A union-find data structure inside a vector"
+
maintainer: ["François Pottier <francois.pottier@inria.fr>"]
+
authors: ["François Pottier <francois.pottier@inria.fr>"]
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/fpottier/flatunionfind/"
+
bug-reports: "https://github.com/fpottier/flatunionfind/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.14"}
+
"hachis"
+
"hector" {>= "20241208"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/fpottier/flatunionfind.git"
+
url {
+
src: "https://github.com/fpottier/flatunionfind/archive/20241210.tar.gz"
+
checksum: [
+
"md5=de69ee87893afb52f95522175813fb10"
+
"sha512=43c01317be20b0222834b24f4558a7453494b1c4a1dccc9b310c9ca600d060bfa8f95f6650937d509fb7c35a44806abf49b1d9a057c56df648d2fc219921d3c6"
+
]
+
}