File: dune

package info (click to toggle)
ocaml-charinfo-width 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: ml: 587; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
(library
  (name test)
  (flags (:standard -safe-string))
  (libraries charInfo_width)
  (inline_tests)
  (preprocess (pps ppx_expect)))