-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
45 lines (39 loc) · 1.03 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
Name: discord
Version: 0.0.1
Synopsis: A client library for Discord
Authors: Jeremy Thurgood <[email protected]>
License: MIT
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library "discord"
Path: lib
Modules: Discord
InternalModules: Endpoints, Entities, Events, Json_utils
BuildDepends: lwt, lwt.syntax, lwt.unix, cohttp, cohttp.lwt, websocket,
websocket.lwt, yojson
XMETARequires: lwt, lwt.unix, cohttp, cohttp.lwt, websocket, websocket.lwt,
yojson
Executable "foo"
Path: example
MainIs: foo.ml
BuildDepends: discord, cmdliner
Executable "test_discord"
Path: test
MainIs: test_discord.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: discord, oUnit
Executable "fake_discord"
Path: test
MainIs: fake_discord.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: discord
Test "test_discord"
Run$: flag(tests)
TestTools: test_discord
Command: $test_discord -runner sequential
WorkingDirectory: test