
Squashed commit of the following: commit f9c6c81ab1658b578ddd8fddcd6d1e130042c521 Author: Stavros Polymenis <sp@orbitalfox.com> Date: Sun Aug 6 22:25:51 2017 +0100 Changes ignored files commit 1e3bc2b9dc26bbc386235d7e0b4b04228fd1fc3c Author: Stavros Polymenis <sp@orbitalfox.com> Date: Sat Aug 5 22:29:55 2017 +0100 Renamed core to Logarion and converts webserver to jbuild commit c1c773da92f9a1627b09526395c8103298644c69 Author: Stavros Polymenis <sp@orbitalfox.com> Date: Sat Aug 5 18:10:21 2017 +0100 Completes conversion of logarion compilation to jbuild commit e74c864f6daa95415bc2a17ddd7a1299769dce74 Author: Stavros Polymenis <sp@orbitalfox.com> Date: Sat Aug 5 15:39:34 2017 +0100 wip: switching to jbuilder
26 lines
456 B
Plaintext
26 lines
456 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"
|
|
"batteries"
|
|
"lens"
|
|
"lwt"
|
|
"ptime"
|
|
"re"
|
|
"fpath"
|
|
] |