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