-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31ec033
commit ad05abd
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
Lightweight Maildir wrapper | ||
--------------------------- | ||
# sociaml-maildir | ||
> A lightweight Maildir wrapper in OCaml. | ||
Provides a very lightweight wrapper around filesystem or Irmin | ||
implementations of a Maildir. | ||
**Development on this project has ceased.** | ||
|
||
This project provided a very simple wrapper around [Maildir](https://en.wikipedia.org/wiki/Maildir) folders, either on a local filesystem or in an [Irmin](https://github.com/mirage/irmin) database. | ||
|
||
## Installation | ||
|
||
This library is distributed through [OPAM](https://opam.ocaml.org/), simply run `opam install social-maildir`. The [Findlib](http://projects.camlcity.org/projects/findlib.html) package name is `sociaml_maildir`. | ||
|
||
## Development setup | ||
|
||
Development requires a working OCaml installation and [OASIS](http://oasis.forge.ocamlcore.org/) installed. It is recommended that you use [OPAM](https://opam.ocaml.org/) to install and configure Ocaml and OASIS. Please refer to the `Makefile` for build targets. | ||
|
||
## Meta | ||
|
||
Distributed under the ISC license. See ``LICENSE`` for more information. | ||
|
||
<https://github.com/CREATe-centre/sociaml-maildir> |