source: code/trunk/logarion.opam@ 1

Last change on this file since 1 was 1, checked in by fox, 9 years ago

initial simple example with omd

File size: 539 bytes
RevLine 
[1]1opam-version: "1.2"
2name: "logarion"
3version: "0.5.0"
4homepage: "https://logarion.orbitalfox.eu"
5dev-repo: "git://orbitalfox.eu/logarion"
6bug-reports: "mailto:logarion@lists.orbitalfox.eu?subject=[Issue]"
7maintainer: "Stavros Polymenis <sp@orbitalfox.eu>"
8authors: "Stavros Polymenis <sp@orbitalfox.eu>"
9license: "EUPL"
10build: [
11 ["dune" "build" "--root" "." "-j" jobs "@install"]
12]
13depends: [
14 "dune" {build}
15 "ptime"
16 "uuidm"
17 "uri"
18 "re"
19 "emile"
20 "omd"
21 "lwt"
22 "mustache"
23 "tyxml"
24
25 "cmdliner"
26 "bos"
27 "toml"
28 "fpath"
29]
Note: See TracBrowser for help on using the repository browser.