summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
Diffstat (limited to '_oasis')
-rw-r--r--_oasis27
1 files changed, 27 insertions, 0 deletions
diff --git a/_oasis b/_oasis
new file mode 100644
index 0000000..e552a3e
--- /dev/null
+++ b/_oasis
@@ -0,0 +1,27 @@
+OASISFormat: 0.4
+Name: sid
+Version: 0
+Synopsis: non
+Authors: phg
+License: GPL-3
+BuildTools: ocamlbuild
+Plugins: META (0.4), DevFiles (0.4)
+
+Library "sid"
+ Path: .
+ Modules: Sid
+ CompiledObject: native
+ BuildDepends: stdint
+ FindlibName: sid
+
+Executable "sid_test"
+ Path: .
+ Build$: flag(tests)
+ MainIs: sid_test.ml
+ BuildDepends: stdint, oUnit
+
+Test "test_sid"
+ Run$: flag(tests)
+ TestTools: sid_test
+ Command: $sid_test
+