This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
166 lines (147 loc) · 4.18 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
OASISFormat: 0.4
OCamlVersion: >= 3.12.0
Name: darckup
Version: 0.0.15
Synopsis: Manage dar backups.
Authors: Sylvain Le Gall
Copyrights: (C) 2015 Sylvain Le Gall
License: GPL-3
Plugins: DevFiles (0.4), META (0.4), StdFiles (0.4)
BuildTools: ocamlbuild
FilesAB: src/bin/darckup/conf.ml.ab
Homepage: https://forge.ocamlcore.org/projects/darckup/
Description:
Software and library to manipulate a set of dar backups:
.
- remove old backups
- create new backups
- upload to remote server
- mulitple backups creation
#
# Library and executable.
#
Library command
Path: src/lib/command
Modules: Command
CompiledObject: byte
BuildDepends: unix
Library darckup
Path: src/lib/darckup
Modules: Darckup
CompiledObject: byte
BuildDepends:
re (>= 1.1.0), re.pcre, re.glob,
inifiles (>= 1.2),
fileutils (>= 0.4.2),
unix,
command,
calendar (>= 2.03)
Executable darckup
Path: src/bin/darckup
MainIs: main.ml
CompiledObject: best
BuildDepends: darckup, cmdliner
#
# Documentation
#
Document "api-darckup"
Title: API reference for Darckup
Type: OCamlbuild (0.4)
InstallDir: $htmldir/darckup
BuildTools+: ocamldoc
XOCamlbuildPath: src/lib/darckup
XOCamlbuildLibraries: darckup
Document "api-command"
Title: API reference for Command
Type: OCamlbuild (0.4)
InstallDir: $htmldir/command
BuildTools+: ocamldoc
XOCamlbuildPath: src/lib/command
XOCamlbuildLibraries: command
Document "darckup.1"
Title: Manpage for darckup.
Type: Custom (0.4)
Format: Other
XCustom: $darckup --help=groff > doc/darckup.1
XCustomClean: $rm doc/darckup.1
InstallDir: $mandir/man1
DataFiles: doc/darckup.1
BuildTools: darckup
Document "darckup-clean.1"
Title: Manpage for 'darckup clean'.
Type: Custom (0.4)
Format: Other
XCustom: $darckup clean --help=groff > doc/darckup-clean.1
XCustomClean: $rm doc/darckup-clean.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-clean.1
BuildTools: darckup
Document "darckup-create.1"
Title: Manpage for 'darckup create'.
Type: Custom (0.4)
Format: Other
XCustom: $darckup create --help=groff > doc/darckup-create.1
XCustomClean: $rm doc/darckup-create.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-create.1
BuildTools: darckup
Document "darckup-cronjob.1"
Title: Manpage for 'darckup cronjob'.
Type: Custom (0.4)
Format: Other
XCustom: $darckup cronjob --help=groff > doc/darckup-cronjob.1
XCustomClean: $rm doc/darckup-cronjob.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-cronjob.1
BuildTools: darckup
Document "darckup-help.1"
Title: Manpage for 'darckup help'.
Type: Custom (0.4)
Format: Other
XCustom: $darckup help --help=groff > doc/darckup-help.1
XCustomClean: $rm doc/darckup-help.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-help.1
BuildTools: darckup
Document "darckup-list.1"
Title: Manpage for darckup-list.
Type: Custom (0.4)
Format: Other
XCustom: $darckup list --help=groff > doc/darckup-list.1
XCustomClean: $rm doc/darckup-list.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-list.1
BuildTools: darckup
Document "darckup-list_archive.1"
Title: Manpage for 'darckup list_archive'.
Type: Custom (0.4)
Format: Other
XCustom: $darckup list_archive --help=groff > doc/darckup-list_archive.1
XCustomClean: $rm doc/darckup-list_archive.1
InstallDir: $mandir/man1
DataFiles: doc/darckup-list_archive.1
BuildTools: darckup
Document "darckup-hook.7"
Title: Manpage for hook usage in darckup.
Type: Custom (0.4)
Format: Other
XCustom: $darckup help hook --man-format=groff > doc/darckup-hook.7
XCustomClean: $rm doc/darckup-hook.7
InstallDir: $mandir/man7
DataFiles: doc/darckup-hook.7
BuildTools: darckup
#
# Tests
#
Executable test
Path: test
Build$: flag(tests)
MainIs: test.ml
BuildDepends:
darckup,
oUnit (>= 2.0),
fileutils (>= 0.4.2),
re (>= 1.1.0)
Test main
Command: $test -darckup $darckup
TestTools: test, dar, darckup