27 lines
657 B
Markdown
27 lines
657 B
Markdown
|
# filemanip: expressive file manipulation
|
||
|
|
||
|
This package provides functions and combinators for searching,
|
||
|
matching, and manipulating files.
|
||
|
|
||
|
|
||
|
# Get involved!
|
||
|
|
||
|
Please report bugs via the
|
||
|
[bitbucket issue tracker](http://bitbucket.org/bos/attoparsec/filemanip).
|
||
|
|
||
|
Master [Mercurial repository](http://bitbucket.org/bos/filemanip):
|
||
|
|
||
|
* `hg clone http://bitbucket.org/bos/filemanip`
|
||
|
|
||
|
There's also a [git mirror](http://github.com/bos/filemanip):
|
||
|
|
||
|
* `git clone git://github.com/bos/filemanip.git`
|
||
|
|
||
|
(You can create and contribute changes using either Mercurial or git.)
|
||
|
|
||
|
|
||
|
# Authors
|
||
|
|
||
|
This library is written and maintained by Bryan O'Sullivan,
|
||
|
<bos@serpentine.com>.
|