-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
33 lines (29 loc) · 800 Bytes
/
_oasis
File metadata and controls
33 lines (29 loc) · 800 Bytes
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
OASISFormat: 0.4
Name: stackulator
Version: 0.1
Synopsis: A reverse polish notation calculator
Authors: Rik Tonnard
License: MIT
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library stackulator
Path: src
Modules: Parser, Calculator
BuildDepends: str, linenoise
Executable stackulator
Path: src
BuildTools: ocamlbuild
MainIs: main.ml
CompiledObject: native
BuildDepends: stackulator
Executable test_stackulator
Path: test
MainIs: test.ml
Install: false
BuildTools: ocamlbuild
CompiledObject: best
BuildDepends: stackulator, oUnit
Test test_stackulator
TestTools: test_stackulator
Command: $test_stackulator
WorkingDirectory: test