summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_oasis20
1 files changed, 20 insertions, 0 deletions
diff --git a/_oasis b/_oasis
new file mode 100644
index 0000000..9c5db65
--- /dev/null
+++ b/_oasis
@@ -0,0 +1,20 @@
+Name: leda
+Version: 0.1
+Synopsis: a gemini client
+Authors: Ryan Kavanagh <rak@rak.ac>
+License: BSD-2-clause
+
+Description: Leda is a gemini client implementin in OCaml. It is named after the mother of the Gemini.
+
+Homepage: https://rak.ac
+
+OASISFormat: 0.4
+BuildTools: ocamlbuild
+Plugins: META (0.4), DevFiles (0.4)
+
+Executable "leda"
+ Path: src
+ MainIs: leda.ml
+ CompiledObject: best
+ BuildDepends:
+ angstrom \ No newline at end of file