File: dune

package info (click to toggle)
ocaml-multicoretests 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,520 kB
  • sloc: ml: 8,909; awk: 66; ansic: 23; makefile: 11; sh: 1
file content (13 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
(documentation
  (package qcheck-lin)
  (mld_files index))

(executable
  (name mutable_set)
  (modules mutable_set)
  (libraries qcheck-lin.domain))

(executable
  (name mutable_set_lock)
  (modules mutable_set_lock)
  (libraries qcheck-lin.domain))