File: dune

package info (click to toggle)
ocaml-duration 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: ml: 292; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
(library
  (name duration)
  (public_name duration)
  (modules duration))

(test
  (name tests)
  (modules tests)
  (libraries alcotest duration))