opam-version: "2.0" maintainer: "David Kaloper Meršinjak " authors: ["David Kaloper Meršinjak "] homepage: "https://github.com/pqwy/psq" doc: "https://pqwy.github.io/psq/doc" license: "ISC" dev-repo: "git+https://github.com/pqwy/psq.git" bug-reports: "https://github.com/pqwy/psq/issues" synopsis: "Functional Priority Search Queues" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>="4.03.0"} "dune" {>= "1.7"} "seq" "qcheck-core" {with-test} "qcheck-alcotest" {with-test} "alcotest" {with-test} ] description: """ Typical applications are searches, schedulers and caches. If you ever scratched your head because that A* didn't look quite right, a PSQ is what you needed. """ url { src: "https://github.com/pqwy/psq/releases/download/v0.1.1/psq-v0.1.1.tbz" checksum: [ "sha256=58ca577e6cd3e35fdee32f8ecda36e413a513ca034ee4d1bbbe0ce475fe8ef2a" "md5=6d6347f177adb1c1dae23c599248a9f1" ] }