27 lines
464 B
Plaintext
27 lines
464 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: [
|
|
[ "oasis" "setup" ]
|
|
["./configure" "--prefix=%{prefix}%"]
|
|
[make]
|
|
]
|
|
install: [make "install"]
|
|
remove: ["ocamlfind" "remove" "logarion"]
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"oasis" {build}
|
|
"toml"
|
|
"uuidm"
|
|
"omd"
|
|
"str"
|
|
"batteries"
|
|
"lens"
|
|
"lwt"
|
|
"ptime"
|
|
"re"
|
|
"fpath"
|
|
] |