forked from ermine/sulci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
46 lines (40 loc) · 1.43 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
OASISFormat: 0.3
Name: sulci
Version: 3.0
Synopsis: An Jabber/XMPP bot
Authors: Anastasia Gornostaeva
License: BSD-3-clause
LicenseFile: LICENCE
Copyrights: (C) 2004-2011 Anastasia Gornostaeva
Plugins: DevFiles (0.3), META (0.3), StdFiles (0.3)
BuildTools: ocamlbuild
FilesAB: version.ml.ab, sulci.conf.example.ab
PreInstallCommand: $ocamlbuild data_files
OCamlVersion: >= 3.12
Executable langcompile
Path: lang/
Install: false
CompiledObject: best
MainIs: langcompile.ml
Executable createtld
Path: tlds/
Install: false
CompiledObject: best
MainIs: createtlds.ml
BuildDepends: dbm
Executable sulci
Path: .
Install: true
CompiledObject: best
MainIs: sulci.ml
BuildDepends: threads, erm_brainfuck, erm_logger, erm_dehtml,
erm_scheduler, erm_strftime, erm_xml, erm_xmpp,
text, dynlink, sqlite3, ulex, pcre, netclient (>= 4.0.1), dbm,
json-static, erm_treap
DataFiles: _build/tlds/tlds.db ($datadir/$pkg_name/tlds),
_build/lang/*.htbl ($datadir/$pkg_name/lang),
sulci.conf.example ($sysconfdir)
SourceRepository github
Type: git
Location: git://github.com/ermine/sulci.git
Browser: https://github.com/ermine/sulci