File: README.markdown

package info (click to toggle)
haskell-filemanip 0.3.6.3-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 520; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# filemanip: expressive file manipulation

This package provides functions and combinators for searching,
matching, and manipulating files.


# Get involved!

Please report bugs via the
[github issue tracker](https://github.com/bos/filemanip/issues).

Master [git repository](http://github.com/bos/filemanip):

* `git clone git://github.com/bos/filemanip.git`

There's also a [Mercurial mirror](http://bitbucket.org/bos/filemanip):

* `hg clone https://bitbucket.org/bos/filemanip`

(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>.