File: dune

package info (click to toggle)
cryptokit 1.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: ansic: 6,598; ml: 4,417; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(test
 (name test)
 (modules test)
 (libraries cryptokit)
 (flags :standard -w -35 -alert -crypto))

(executable
 (name prngtest)
 (modules prngtest)
 (libraries cryptokit))

(executable
 (name speedtest)
 (modules speedtest)
 (libraries cryptokit)
 (flags :standard -w -35 -alert -crypto))