-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
43 lines (37 loc) · 1.11 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
39
40
41
42
43
OASISFormat: 0.4
Name: Impulsive
Version: 0.2.0
Synopsis: Dynamic range and accuracy modeling for multi-dimensional linear
space-invariant systems
Authors: Gaël Deest
License: MIT
Plugins: DevFiles (0.4)
Library impulsive
Path: src/impulsive
CompiledObject: best
Pack: true
Modules: SystemGraph, Evaluation, Reachability, ImpulseResponse, IntervalPropagation, Noise, NoisePropagation, GraphViz
BuildDepends: ocamlgraph, xml-light, batteries
BuildTools: ocamlbuild
Flag "build_tests"
Description: "Build tests."
Default: true
Executable "deriche"
Build$: flag(build_tests)
Install: false
CompiledObject: best
BuildDepends: impulsive
Path: src/test
BuildTools: ocamlbuild
MainIs: deriche.ml
Test "deriche"
Command: $deriche
WorkingDirectory: ./test-output
Executable "fft"
Build$: flag(build_tests)
Install: false
CompiledObject: best
BuildDepends: impulsive, batteries
Path: src/test
BuildTools: ocamlbuild
MainIs: fft.ml