File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/intPQueue/intPQueue.20250925 Expand file tree Collapse file tree 1 file changed +39
-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: "A fast and compact priority queue with low integer priorities"
4+ maintainer: ["François Pottier <
[email protected] >"]
5+ authors: ["François Pottier <
[email protected] >"]
6+ license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
7+ homepage: "https://github.com/fpottier/intPQueue/"
8+ bug-reports: "https://github.com/fpottier/intPQueue/issues"
9+ depends: [
10+ "dune" {>= "3.18"}
11+ "ocaml" {>= "4.14"}
12+ "hector"
13+ "ocamlfind" {with-test}
14+ "monolith" {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/intPQueue.git"
32+ x-maintenance-intent: ["(latest)"]
33+ url {
34+ src: "https://github.com/fpottier/intPQueue/archive/20250925.tar.gz"
35+ checksum: [
36+ "md5=4083a2898648f400d470671a71077c1b"
37+ "sha512=d0ded93af26124ac551391e65eab1773db4524326d8a5c3ebdb2b92ec96878b13b456a08ac593aa27a506023030c7dc78fe48d44483dc987a34887c481b655c6"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments