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 (9 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(library
 (name ppx_hash_runtime_test)
 (libraries ppx_hash_lib siphash_lib core core_unix.core_thread core_unix)
 (preprocess
  (pps ppx_jane)))

(alias
 (name DEFAULT)
 (deps tree.ml.pp floats.ml.pp allocation.ml.pp collisions.ml.pp))