-
Notifications
You must be signed in to change notification settings - Fork 7
/
_oasis
81 lines (72 loc) · 1.76 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
OASISFormat: 0.3
Name: erm_xmpp
Version: 0.4
Authors: Anastasia Gornostaeva
Copyrights: (C) 2004 Anastasia Gornostaeva
License: BSD3
LicenseFile: LICENCE
Plugins: DevFiles (0.3), META (0.3)
BuildTools: ocamlbuild
Synopsis: XMPP protocol implementation
Library erm_xmpp
Path: src
Modules: UTF8,
Xmpp_prep_tables,
Xmpp_prep,
Punycode,
StreamError,
StanzaError,
Xmlstream,
Sasl,
XMPP,
JID,
Roster,
XEP_disco,
XEP_last,
XEP_muc,
XEP_stats,
XEP_time,
XEP_vcard,
XEP_version,
XEP_xdata
BuildDepends: erm_xml (>= 0.3), cryptokit (>= 1.5)
Executable test
Path: tests
Build$: flag(tests)
Install: false
Custom: true
CompiledObject: best
MainIs: test.ml
BuildDepends: erm_xmpp, erm_treap
Executable lwt_test
Path: tests
Build$: flag(tests)
Install: false
CompiledObject: best
MainIs: lwt_test.ml
BuildDepends: erm_xmpp, lwt, lwt.ssl, erm_treap
Executable test_ie
Path: tests
Build$: flag(tests)
Install: false
CompiledObject: best
MainIs: test_ie.ml
BuildDepends: erm_xmpp, erm_treap
Executable punycode_test
Path: tests
Build$: flag(tests)
Install: false
CompiledObject: best
MainIs: punycode_test.ml
BuildDepends: erm_xmpp, erm_treap
# Document api
# Title: API reference
# InstallDir: $docdir
# Type: ocamlbuild (0.2)
# BuildTools: ocamldoc
# XOcamlbuildPath: .
# XOcamlbuildLibraries: erm_xmpp
SourceRepository github
Type: git
Location: git://github.com/ermine/xmpp.git
Browser: https://github.com/ermine/xmpp