This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
54
unikernel/duniverse/bstr/lib/dune
Normal file
54
unikernel/duniverse/bstr/lib/dune
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
(library
|
||||
(name bstr)
|
||||
(modules bstr)
|
||||
(public_name bstr)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names bstr)
|
||||
(flags
|
||||
(:standard -Wcast-align)))
|
||||
(instrumentation
|
||||
(backend bisect_ppx))
|
||||
(wrapped false))
|
||||
|
||||
(library
|
||||
(name slice)
|
||||
(modules slice)
|
||||
(public_name slice)
|
||||
(instrumentation
|
||||
(backend bisect_ppx))
|
||||
(wrapped false))
|
||||
|
||||
(library
|
||||
(name slice_bytes)
|
||||
(modules bytes_labels slice_bytes)
|
||||
(public_name slice.bytes)
|
||||
(libraries slice)
|
||||
(wrapped false))
|
||||
|
||||
(library
|
||||
(name slice_bstr)
|
||||
(modules slice_bstr)
|
||||
(public_name slice.bstr)
|
||||
(libraries bstr slice)
|
||||
(wrapped false))
|
||||
|
||||
(rule
|
||||
(target slice_bytes.ml)
|
||||
(action
|
||||
(run ./../bin/generate.exe -m S -n Bytes_labels -i %{dep:slice.ml.in} -o
|
||||
%{target})))
|
||||
|
||||
(rule
|
||||
(target slice_bstr.ml)
|
||||
(action
|
||||
(run ./../bin/generate.exe -m S -n Bstr -i %{dep:slice.ml.in} -o %{target})))
|
||||
|
||||
(library
|
||||
(name bin)
|
||||
(modules bin)
|
||||
(public_name bin)
|
||||
(libraries bstr slice)
|
||||
(instrumentation
|
||||
(backend bisect_ppx))
|
||||
(wrapped false))
|
||||
Loading…
Add table
Add a link
Reference in a new issue