18 lines
481 B
Text
18 lines
481 B
Text
|
|
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"
|
||
|
|
)
|