This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
17
unikernel/duniverse/astring/pkg/META
Normal file
17
unikernel/duniverse/astring/pkg/META
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
description = "Alternative String module for OCaml"
|
||||
version = "%%VERSION_NUM%%"
|
||||
requires = ""
|
||||
archive(byte) = "astring.cma"
|
||||
archive(native) = "astring.cmxa"
|
||||
plugin(byte) = "astring.cma"
|
||||
plugin(native) = "astring.cmxs"
|
||||
|
||||
package "top" (
|
||||
description = "Astring toplevel support"
|
||||
version = "%%VERSION_NUM%%"
|
||||
requires = "astring"
|
||||
archive(byte) = "astring_top.cma"
|
||||
archive(native) = "astring_top.cmxa"
|
||||
plugin(byte) = "astring_top.cma"
|
||||
plugin(native) = "astring_top.cmxs"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue