15 lines
232 B
Text
15 lines
232 B
Text
|
|
(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))
|