-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
64 lines (59 loc) · 1.63 KB
/
_oasis
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OASISFormat: 0.4
Name: sociaml-maildir
Version: 0.1.0
Synopsis: Lightweight Maildir wrapper
Description:
Provides a very lightweight wrapper around filesystem or Irmin
implementations of a Maildir.
Authors: Dominic Price
Copyrights: (C) 2014 Horizon Digital Economy Research
LicenseFile: LICENSE
License: ISC
Homepage: https://github.com/dominicjprice/sociaml-maildir
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild, ocamldoc, make, awk
Library sociaml_maildir
Path: src
Findlibname: sociaml_maildir
Modules: Sociaml_maildir
Pack: false
BuildDepends:
lwt
Library filesystem
Path: src
Findlibname: filesystem
FindlibParent: sociaml_maildir
Modules: Filesystem
Pack: false
BuildDepends:
lwt,
maildir,
sociaml_maildir
Library irminstore
Path: src
Findlibname: irminstore
FindlibParent: sociaml_maildir
Modules: Irminstore
Pack: false
BuildDepends:
lwt,
irmin,
sociaml_maildir
Document sociaml_maildir
Type: ocamlbuild (0.1.0)
Title: sociaml-maildir Reference
Authors: Dominic Price
Format: HTML
Index: index.html
InstallDir: $htmldir/sociaml-maildir
XOCamlbuildPath:
src
XOCamlbuildLibraries:
sociaml_maildir,
sociaml_maildir.filesystem,
sociaml_maildir.irminstore
SourceRepository head
Type: git
Location: https://github.com/dominicjprice/sociaml-maildir.git
Browser: https://github.com/dominicjprice/sociaml-maildir
Branch: master