diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-05-30 19:16:03 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-05-31 00:04:48 -0400 |
commit | c760484c1abfed9cd85db8ec5eb4d659ad16ba2a (patch) | |
tree | 3997432e131028c5947687b0722304fb739558db /_oasis | |
parent | Initial import of a text/gemini parser (diff) |
Added a build system and adopt modules
Diffstat (limited to '')
-rw-r--r-- | _oasis | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |