-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
53 lines (45 loc) · 1.11 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
# -*- conf -*-
Name: Sinsi
Version: 0.1
Synopsis: RSS Feed Reader
Authors: Sean Grove <[email protected]>
License: PROP
Description: A web-based RSS Reader
Homepage: http://www.sinsireader.com
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
# recommended by tyxml
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildExtraArgs: "-docflags '-short-paths'"
SourceRepository master
Type: git
Location: https://github.com/datodev/sinsi
Branch: master
Browser: https://github.com/datodev/sinsi
Executable "dev"
Path: src
MainIs: main.ml
BuildDepends:
threads, lwt.ppx, lwt.unix,
yojson, ppx_deriving_yojson, magic-mime,
opium, syndic, opium.unix, tyxml, tyxml.ppx,
irmin, irmin.unix, ptime.clock.os
Executable "prod"
Path: src
MainIs: main.ml
CompiledObject: best
BuildDepends:
threads, lwt.ppx, lwt.unix,
yojson, ppx_deriving_yojson, magic-mime,
opium, syndic, opium.unix, tyxml, tyxml.ppx,
irmin, irmin.unix, ptime.clock.os
Executable test
Install: false
Path: src
MainIs: test.ml
BuildDepends:
oUnit,
Test "main"
Type: Custom (0.0.1)
Command: $test