File: dune

package info (click to toggle)
ocaml-asn1-combinators 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 232 kB
  • sloc: ml: 2,059; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(library
  (name x509)
  (modules x509)
  (libraries asn1-combinators))

(test
  (name test)
  (modules test)
  (libraries x509 alcotest ohex))

(executable
  (name bench)
  (modules bench)
  (libraries asn1-combinators x509 unix))