This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
19
unikernel/duniverse/digestif/src-c/dune
Normal file
19
unikernel/duniverse/digestif/src-c/dune
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
(library
|
||||
(name digestif_c)
|
||||
(public_name digestif.c)
|
||||
(implements digestif)
|
||||
(libraries eqaf)
|
||||
(private_modules digestif_native digestif_eq digestif_conv digestif_by
|
||||
digestif_bi)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names blake2b blake2s md5 ripemd160 sha1 sha256 sha512 sha3 whirlpool misc
|
||||
stubs)
|
||||
(flags
|
||||
(:standard -I./native/)))
|
||||
(flags
|
||||
(:standard -no-keep-locs)))
|
||||
|
||||
(include_subdirs unqualified)
|
||||
|
||||
(copy_files# ../src/*.ml)
|
||||
Loading…
Add table
Add a link
Reference in a new issue