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
|
Rev | Line | |
---|
[1] | 1 | opam-version: "1.2"
|
---|
| 2 | name: "logarion"
|
---|
| 3 | version: "0.5.0"
|
---|
| 4 | homepage: "https://logarion.orbitalfox.eu"
|
---|
| 5 | dev-repo: "git://orbitalfox.eu/logarion"
|
---|
| 6 | bug-reports: "mailto:logarion@lists.orbitalfox.eu?subject=[Issue]"
|
---|
| 7 | maintainer: "Stavros Polymenis <sp@orbitalfox.eu>"
|
---|
| 8 | authors: "Stavros Polymenis <sp@orbitalfox.eu>"
|
---|
| 9 | license: "EUPL"
|
---|
| 10 | build: [
|
---|
| 11 | ["dune" "build" "--root" "." "-j" jobs "@install"]
|
---|
| 12 | ]
|
---|
| 13 | depends: [
|
---|
| 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.