This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
32
unikernel/duniverse/fpath/README.md
Normal file
32
unikernel/duniverse/fpath/README.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Fpath — File system paths for OCaml
|
||||
-------------------------------------------------------------------------------
|
||||
%%VERSION%%
|
||||
|
||||
Fpath is an OCaml module for handling file system paths with POSIX or
|
||||
Windows conventions. Fpath processes paths without accessing the file
|
||||
system and is independent from any system library.
|
||||
|
||||
Fpath depends on [Astring][astring] and is distributed under the ISC
|
||||
license.
|
||||
|
||||
[astring]: http://erratique.ch/software/astring
|
||||
|
||||
Home page: http://erratique.ch/software/fpath
|
||||
|
||||
## Installation
|
||||
|
||||
Fpath can be installed with `opam`:
|
||||
|
||||
opam install fpath
|
||||
|
||||
If you don't use `opam` consult the [`opam`](opam) file for build
|
||||
instructions.
|
||||
|
||||
## Documentation
|
||||
|
||||
The documentation and API reference is automatically generated by
|
||||
`ocamldoc` from the interfaces. It can be consulted [online][doc]
|
||||
and there is a generated version in the `doc` directory of the
|
||||
distribution.
|
||||
|
||||
[doc]: http://erratique.ch/software/fpath/doc/
|
||||
Loading…
Add table
Add a link
Reference in a new issue