File tree 2 files changed +36
-0
lines changed
packages/upstream/psq.0.2.1
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ocaml-version
6
6
ocamlformat
7
7
ocamlformat-lib
8
8
ocp-indent
9
+ psq
9
10
syslog-message
10
11
trace
11
12
tyre
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ name: "psq"
3
+ version: "0.2.1"
4
+ synopsis: "Functional Priority Search Queues"
5
+ description: """\
6
+ Typical applications are searches, schedulers and caches. If you ever scratched
7
+ your head because that A* didn't look quite right, a PSQ is what you needed."""
8
+ maintainer: "David Kaloper Meršinjak <dk505@cam.ac.uk>"
9
+ authors: "David Kaloper Meršinjak <dk505@cam.ac.uk>"
10
+ license: "ISC"
11
+ homepage: "https://github.com/pqwy/psq"
12
+ doc: "https://pqwy.github.io/psq/doc"
13
+ bug-reports: "https://github.com/pqwy/psq/issues"
14
+ depends: [
15
+ "ocaml" {>= "4.03.0"}
16
+ "dune" {>= "1.7"}
17
+ "seq"
18
+ "qcheck-core" {with-test}
19
+ "qcheck-alcotest" {with-test}
20
+ "alcotest" {with-test}
21
+ ]
22
+ build: [
23
+ ["dune" "subst"] {dev}
24
+ ["dune" "build" "-p" name "-j" jobs]
25
+ ["dune" "runtest" "-p" name] {with-test & ocaml:version >= "4.07.0"}
26
+ ]
27
+ dev-repo: "git+https://github.com/pqwy/psq.git"
28
+ url {
29
+ src: "https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz"
30
+ checksum: [
31
+ "sha256=42005f533eabe74b1799ee32b8905654cd66a22bed4af2bd266b28d8462cd344"
32
+ "sha512=8a8dfe20dc77e1cf38a7b1a7fc76f815c71a4ffe04627151b855feaba8f1ae742594739d1b7a45580b5b24a2cd99b58516f6b5c8d858aa314201f4a6422101ee"
33
+ ]
34
+ }
35
+ x-commit-hash: "b2eb86165712da210bcffec385bb7e031e54045e"
You can’t perform that action at this time.
0 commit comments