forked from dbp/funtal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
45 lines (38 loc) · 950 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
37
38
39
40
41
42
43
44
45
Name: ftal
Version: 0.1
Synopsis: .
Authors: Daniel Patterson <dbp@ccs.neu.edu>
License: PROP
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
OCamlVersion: >= 4.01
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildPluginTags: package(js_of_ocaml.ocamlbuild)
Library "ftal"
Path: .
Modules: Ftal, Examples, Parser, Parse, Lexer, Utils
BuildDepends: ppx_deriving.show,str,pprint,unix,menhirLib
Executable "web"
CompiledObject: byte
BuildDepends: ftal, js_of_ocaml, js_of_ocaml.ppx, js_of_ocaml.ocamlbuild
Path: .
MainIs: web.ml
Install: true
PostBuildCommand: mv _build/web.js artifact/
Executable "driver"
Path: .
MainIs: driver.ml
CompiledObject:best
Install: true
BuildDepends: ftal
Executable "test_ftal"
Path: .
MainIs: test.ml
CompiledObject: best
Install: false
BuildDepends: ftal, oUnit, str
Test "test_ftal"
TestTools: test_ftal
Command: $test_ftal
WorkingDirectory: .