logarion-2016/logarion.opam
Thomas Gazagnaire 26d827d218 Add missing dependency to tyxml (#17)
Contributed by @samoht
2017-09-25 11:49:14 +01:00

24 lines
380 B
Plaintext

opam-version: "1.2"
name: "logarion"
version: "0.1"
maintainer: "Stavros Polymenis <sp@orbitalfox.com>"
authors: "Stavros Polymenis <sp@orbitalfox.com>"
license: "EUPL"
build: [
["jbuilder" "build" "--root" "." "-j" jobs "@install"]
]
depends: [
"jbuilder" {build}
"toml"
"uuidm"
"omd"
"opium"
"batteries"
"lwt"
"ptime"
"re"
"fpath"
"tyxml"
"mustache"
]