Skip to content

Commit 88d33e4

Browse files
committed
Package intPQueue.20250919
1 parent 80e086f commit 88d33e4

File tree

1 file changed

+38
-0
lines changed
  • packages/intPQueue/intPQueue.20250919

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.11"}
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+
url {
33+
src: "https://github.com/fpottier/intPQueue/archive/20250919.tar.gz"
34+
checksum: [
35+
"md5=d94d0fb602a2f72490b2ee8e206f0d07"
36+
"sha512=f41f47f1d476f6ffc9337df0ce302439552c9316e227cd108a7720ecbbd4d2a453db0df33d9479723b1d5b05c6fc9dad4e4ea1e2a5ae9ecb02d4258bf4a8d404"
37+
]
38+
}

0 commit comments

Comments
 (0)