ocaml-glob
This is a trivial wrapper around libc's glob(3) function for OCaml. The Glob
module interface contains a single function, glob. This function takes a
string argument possibly containing shell wildcards, and returns an array
containing the names of the file system entries matching it.
[ Homepage ]
| Author: | Andre Nathan. |
| Last modification date: | 27-Oct-2008 |
| Version: | 0.1.0 |
| Development status: | Beta |
| Kind: | Libraries :: Bindings with C libraries |
| License: | Open Source :: MIT/X11 |
| Topic: | System :: File systems and system administration |
| Homepage: | http://github.com/andrenth/ocaml-glob/ |