Merge branch 'jbuild_install_instructions' into 'master'

Add installation instructions in jbuild file for executables

See merge request orbifx/logarion!2
This commit is contained in:
Orbifx 2017-09-24 19:26:46 +00:00
commit 1c7a98989b

View File

@ -2,10 +2,12 @@
(executable (executable
((name logarion_cli) ((name logarion_cli)
(public_name logarion_cli)
(modules logarion_cli) (modules logarion_cli)
(libraries (logarion logarion.file lwt.unix re.str cmdliner)))) (libraries (logarion logarion.file lwt.unix re.str cmdliner))))
(executable (executable
((name logarion_webserver) ((name logarion_webserver)
(public_name logarion_webserver)
(modules logarion_webserver) (modules logarion_webserver)
(libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml)))) (libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml))))