Provide Converters to build command line interface

This commit is contained in:
Stavros Polymenis 2017-11-21 23:58:52 +00:00
parent bbc329ef61
commit bfe1279ff2

View File

@ -4,7 +4,7 @@
((name logarion_cli)
(public_name logarion_cli)
(modules logarion_cli)
(libraries (logarion logarion.confix logarion.file lwt.unix re.str cmdliner bos))))
(libraries (logarion logarion.confix logarion.converters logarion.file lwt.unix re.str cmdliner bos))))
(executable
((name logarion_webserver)
@ -21,4 +21,4 @@
(../share/html_templates/item.mustache as html_templates/item.mustache)
(../share/html_templates/list.mustache as html_templates/list.mustache)
(../share/html_templates/note.mustache as html_templates/note.mustache)
))))
))))