# OASIS_START
# DO NOT EDIT (digest: d9f1960d46e052f7ce9bb7d639a19200)
version = "1.1.1"
description = "Pure OCaml regular expression library"
archive(byte) = "re.cma"
archive(byte, plugin) = "re.cma"
archive(native) = "re.cmxa"
archive(native, plugin) = "re.cmxs"
exists_if = "re.cma"
package "str" (
 version = "1.1.1"
 description = "Str-compatible regexps"
 requires = "re re.emacs"
 archive(byte) = "re_str.cma"
 archive(byte, plugin) = "re_str.cma"
 archive(native) = "re_str.cmxa"
 archive(native, plugin) = "re_str.cmxs"
 exists_if = "re_str.cma"
)

package "posix" (
 version = "1.1.1"
 description = "POSIX-compatible regexps"
 requires = "re"
 archive(byte) = "re_posix.cma"
 archive(byte, plugin) = "re_posix.cma"
 archive(native) = "re_posix.cmxa"
 archive(native, plugin) = "re_posix.cmxs"
 exists_if = "re_posix.cma"
)

package "perl" (
 version = "1.1.1"
 description = "Perl-compatible regexps"
 requires = "re"
 archive(byte) = "re_perl.cma"
 archive(byte, plugin) = "re_perl.cma"
 archive(native) = "re_perl.cmxa"
 archive(native, plugin) = "re_perl.cmxs"
 exists_if = "re_perl.cma"
)

package "pcre" (
 version = "1.1.1"
 description = "subset of PCRE using the Re engine"
 requires = "re re.perl"
 archive(byte) = "re_pcre.cma"
 archive(byte, plugin) = "re_pcre.cma"
 archive(native) = "re_pcre.cmxa"
 archive(native, plugin) = "re_pcre.cmxs"
 exists_if = "re_pcre.cma"
)

package "glob" (
 version = "1.1.1"
 description = "Shell glob regexps"
 requires = "re"
 archive(byte) = "re_glob.cma"
 archive(byte, plugin) = "re_glob.cma"
 archive(native) = "re_glob.cmxa"
 archive(native, plugin) = "re_glob.cmxs"
 exists_if = "re_glob.cma"
)

package "emacs" (
 version = "1.1.1"
 description = "Emacs-compatible regexps"
 requires = "re"
 archive(byte) = "re_emacs.cma"
 archive(byte, plugin) = "re_emacs.cma"
 archive(native) = "re_emacs.cmxa"
 archive(native, plugin) = "re_emacs.cmxs"
 exists_if = "re_emacs.cma"
)
# OASIS_STOP

