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-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
(library
 (name ppx_bitstring)
 (public_name ppx_bitstring)
 (kind ppx_rewriter)
 (libraries str compiler-libs ppxlib)
 (preprocess (pps ppxlib.metaquot)))