forked from hannesm/jackline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
37 lines (35 loc) · 923 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
31
32
33
34
35
36
37
opam-version: "2.0"
name: "jackline"
homepage: "https://github.com/hannesm/jackline"
dev-repo: "git+https://github.com/hannesm/jackline.git"
bug-reports: "https://github.com/hannesm/jackline/issues"
author: ["Hannes Mehnert <hannes@mehnert.org>"]
maintainer: ["Hannes Mehnert <hannes@mehnert.org>"]
license: "BSD2"
build: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "true" ] { os != "openbsd" }
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" ] { os = "openbsd" }
]
depends: [
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"ppx_sexp_conv" {build}
"topkg" {build}
"erm_xmpp" {>= "0.3"}
"tls" {>= "0.9.0"}
"nocrypto" {>= "0.5.0"}
"x509" {>= "0.5.0"}
"lwt"
"otr" {>= "0.2.1"}
"astring"
"ptime" {>= "0.8.0"}
"notty" {>= "0.2.2"}
"sexplib"
"hex"
"uchar"
"cstruct-lwt"
"uucp" {>= "2.0.0"}
"uuseg" {>= "1.0.0"}
"uutf" {>= "1.0.0"}
]