This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
12
unikernel/duniverse/mirage-tcpip/src/tcpip_checksum/dune
Normal file
12
unikernel/duniverse/mirage-tcpip/src/tcpip_checksum/dune
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(library
|
||||
(name tcpip_checksum)
|
||||
(public_name tcpip.checksum)
|
||||
(modules tcpip_checksum)
|
||||
(instrumentation
|
||||
(backend bisect_ppx))
|
||||
(libraries cstruct)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names checksum_stubs)
|
||||
(flags :standard))
|
||||
(wrapped false))
|
||||
Loading…
Add table
Add a link
Reference in a new issue