forked from realworldocaml/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
36 lines (32 loc) · 1002 Bytes
/
_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
OASISFormat: 0.3
Name: cohttp
Version: 1.0.0
Synopsis: Real World OCaml build scripts
Authors: Anil Madhavapeddy
License: ISC
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
Library rwo
Path: lib
Findlibname: rwo
Modules: Code_frag,Para_frag,Xml_tree
BuildDepends: uri (>= 1.3.8), xmlm, cmdliner, str, cow, core (>= 109.35.00), threads, ezxmlm
Install: false
Executable "rwo-run-toplevel"
Path: bin
MainIs: rwo_run_toplevel.ml
Custom: false
CompiledObject: byte
BuildDepends: unix, compiler-libs.toplevel, rwo
Executable "rwo-syntax-highlight"
Path: bin
MainIs: rwo_syntax_highlight.ml
Custom: true
CompiledObject: native
BuildDepends: rwo
Executable "rwo-html-code-highlight"
Path: bin
MainIs: rwo_html_code_highlight.ml
Custom: true
CompiledObject: native
BuildDepends: rwo