File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/hector/hector.20240805 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Vectors (dynamic arrays)"
4+ maintainer: ["François Pottier"]
5+ authors: ["François Pottier"]
6+ license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
7+ homepage: "https://github.com/fpottier/hector/"
8+ bug-reports: "https://github.com/fpottier/hector/issues"
9+ depends: [
10+ "dune" {>= "3.11"}
11+ "ocaml" {>= "4.14"}
12+ "cppo"
13+ "monolith" {with-test}
14+ "ocamlfind" {with-test}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/fpottier/hector.git"
32+ url {
33+ src: "https://github.com/fpottier/hector/archive/20240805.tar.gz"
34+ checksum: [
35+ "md5=60bc91246d80fdb5674232b5fcebd93a"
36+ "sha512=d691c7e6c3c6e7d9010e7495ef35062164bc58258ec58eb4de2179325177a387e04fd5ea259a6f8d5888da2c5a29f89858c6dbc8a148d45ccb0fe1b2483886c4"
37+ ]
38+ }
You can’t perform that action at this time.
0 commit comments