forked from gildor478/ocaml-markdown
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_oasis
39 lines (34 loc) · 1 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
OASISFormat: 0.3
Name: ocaml-markdown
Version: 0.1.2
Synopsis: Markdown parser and printer
Description:
This is a pure OCaml parser for Markdown files. It was originally written for
Ocsigen but may be useful in other contexts too.
Authors: Mauricio Fernandez, Sylvain Le Gall
Maintainers: Sylvain Le Gall <[email protected]>
Copyrights: (C) 2009 Mauricio Fernandez,
(C) 2010 Sylvain Le Gall
License: MIT
Homepage: http://forge.ocamlcore.org/projects/ocaml-markdown/
Plugins: META (0.3),
StdFiles (0.3),
DevFiles (0.3)
BuildTools: ocamlbuild
Library markdown
Path: src
Modules: Markdown
BuildDepends: batteries, str
Library html
FindlibParent: markdown
Path: src
Modules: MarkdownHTML
BuildDepends: markdown, tyxml (>= 3.0)
Executable test
Path: test
MainIs: test.ml
BuildDepends: markdown, oUnit (>= 2.0.0)
Install: false
Build$: flag(tests)
Test main
Command: $test