-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
35 lines (30 loc) · 838 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
# +-------------------------------------------------------------------+
# | Package parameters |
# +-------------------------------------------------------------------+
OASISFormat: 0.4
OCamlVersion: >= 4.01
Name: simplex
Version: 0
License: GPL
Authors:
Yassine Hamoudi
Maxime Lesourd
Homepage: https://github.com/nagaaym/Simplex
BuildTools: ocamlbuild
Plugins: DevFiles (0.3), META (0.3)
AlphaFeatures: pure_interface, ocamlbuild_more_args
Synopsis: Simplex
Description:
Simplex,
Simplex;
Simplex.
SourceRepository "master"
Type: git
Location: https://github.com/nagaaym/Simplex.git
Browser: https://github.com/nagaaym/Simplex
Executable "simplex"
Path: src
MainIs: main.ml
CompiledObject: best
BuildDepends: zarith, num, oasis
BuildTools+: ocamllex, menhir