File: dune

package info (click to toggle)
ppx-hash 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: ml: 1,961; ansic: 180; makefile: 14; sh: 11
file content (7 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
(library
 (name ppx_hash_expander)
 (public_name ppx_hash.expander)
 (ppx_runtime_libraries ppx_hash.runtime-lib)
 (libraries ppx_compare.expander base ppxlib ppxlib_jane compiler-libs.common)
 (preprocess
  (pps ppxlib.metaquot)))