File: dune

package info (click to toggle)
ocaml-bitstring 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: ml: 3,817; ansic: 136; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
(test
 (name bitstring_tests)
 (package ppx_bitstring)
 (libraries bitstring ounit2)
 (preprocess
  (pps ppx_bitstring)))