-
Notifications
You must be signed in to change notification settings - Fork 2
/
opam
30 lines (29 loc) · 721 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file was auto-generated by `ogen`.
# Do not edit this by hand, as all changes will be
# reverted upon the next run of `ogen`.
opam-version: "1.2"
maintainer: "nv-vn <[email protected]>"
authors: "nv-vn <[email protected]>"
homepage: "https://github.com/nv-vn/telegraml-dashboard"
bug-reports: "https://github.com/nv-vn/telegraml-dashboard/issues"
license: "GPL"
dev-repo: "https://github.com/nv-vn/telegraml-dashboard.git"
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "telegraml-dashboard"]
depends: [
"ocamlfind" {build}
"oasis" {build}
"unix"
"odate"
"gensqlite.ppx"
"gensqlite"
"opium.unix"
"lwt"
"batteries"
"opium"
"telegraml"
]