From c760484c1abfed9cd85db8ec5eb4d659ad16ba2a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 30 May 2020 19:16:03 -0400 Subject: Added a build system and adopt modules --- _oasis | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _oasis (limited to '_oasis') 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 +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 -- cgit v1.2.3