File: dune

package info (click to toggle)
ocaml-psq 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ml: 647; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(test
  (name test)
  (modules test)
  (libraries psq alcotest qcheck-core qcheck-alcotest))

(executable
  (name bench)
  (modules bench)
  (libraries psq unmark unmark.cli))

(executable
  (name search)
  (modules search)
  (libraries psq fmt))