-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_oasis
34 lines (31 loc) · 1.13 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
OASISFormat: 0.4
Name: syndic
Version: 0.1
Synopsis: RSS and Atom feed parsing
Authors: Romain Calascibetta
Maintainers: Romain Calascibetta <romain.calascibetta@gmail.com>
Homepage: https://github.com/Cumulus/Syndic
License: MIT
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
OCamlVersion: >= 4.01
AlphaFeatures: ocamlbuild_more_args
Library syndic
Path: lib
BuildDepends: xmlm, uri, netstring
Modules: Syndic, Rss1, Rss2, Atom, Common
Document "Syndic"
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: "Syndic"
PostCommand: cp doc/style.css Syndic.docdir/style.css
XOCamlbuildPath: lib
XOCamlbuildLibraries: syndic
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -keep-code -charset utf-8'"
Executable main
Install: false
Path: bin
MainIs: main.ml
BuildDepends: syndic
CompiledObject: best