| # OASIS_START |
| # DO NOT EDIT (digest: 2980041ae6b330235ad5dc97a9a5f896) |
| version = "0.5.2" |
| description = "Functions to manipulate real file (POSIX like) and filename." |
| requires = "unix" |
| archive(byte) = "fileutils.cma" |
| archive(byte, plugin) = "fileutils.cma" |
| archive(native) = "fileutils.cmxa" |
| archive(native, plugin) = "fileutils.cmxs" |
| exists_if = "fileutils.cma" |
| package "str" ( |
| version = "0.5.2" |
| description = "Functions to manipulate real file (POSIX like) and filename." |
| requires = "fileutils str" |
| archive(byte) = "fileutils-str.cma" |
| archive(byte, plugin) = "fileutils-str.cma" |
| archive(native) = "fileutils-str.cmxa" |
| archive(native, plugin) = "fileutils-str.cmxs" |
| exists_if = "fileutils-str.cma" |
| ) |
| # OASIS_STOP |
| |