this repo has no description

Package hector.20240805

Changed files
+38
packages
hector
hector.20240805
+38
packages/hector/hector.20240805/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Vectors (dynamic arrays)"
+
maintainer: ["François Pottier"]
+
authors: ["François Pottier"]
+
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" {with-test}
+
"ocamlfind" {with-test}
+
"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/20240805.tar.gz"
+
checksum: [
+
"md5=60bc91246d80fdb5674232b5fcebd93a"
+
"sha512=d691c7e6c3c6e7d9010e7495ef35062164bc58258ec58eb4de2179325177a387e04fd5ea259a6f8d5888da2c5a29f89858c6dbc8a148d45ccb0fe1b2483886c4"
+
]
+
}