this repo has no description

Merge pull request #27048 from fpottier/opam-publish-hector.20241208

Package hector.20241208

Changed files
+37
packages
hector
hector.20241208
+37
packages/hector/hector.20241208/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Vectors (dynamic arrays)"
+
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/hector/"
+
bug-reports: "https://github.com/fpottier/hector/issues"
+
depends: [
+
"dune" {>= "3.11"}
+
"ocaml" {>= "4.14"}
+
"cppo"
+
"monolith" {>= "20241126"}
+
"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/hector.git"
+
url {
+
src: "https://github.com/fpottier/hector/archive/20241208.tar.gz"
+
checksum: [
+
"md5=02eb7d4ba41c3afc3344522b49462c2c"
+
"sha512=48928eec9c887b49ca2757f184dc1c21402f4cf8501b026309b80f372b16bc1b5c771fda8addeddef40059eef047d5819a62845dd4a9ce031d45eb5327ec5eb9"
+
]
+
}