logarion/src/jbuild

17 lines
617 B
Plaintext

(executable
((name logarion_cli)
(public_name logarion_cli)
(modules logarion_cli)
(libraries (logarion logarion.confix logarion.converters logarion.file re.str cmdliner bos))))
(install
((section share)
(files (
(../share/config.toml as config.toml)
(../share/template/frontpage.mustache as template/frontpage.mustache)
(../share/template/header.mustache as template/header.mustache)
(../share/template/item.mustache as template/item.mustache)
(../share/template/list.mustache as template/list.mustache)
(../share/template/note.mustache as template/note.mustache)
))))