forked from idodin/techgames-functional-challenge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlearn-ocaml-client.opam
46 lines (45 loc) · 1.06 KB
/
learn-ocaml-client.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
38
39
40
41
42
43
44
45
46
opam-version: "2.0"
name: "learn-ocaml-client"
version: "0.12"
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
maintainer: "Yann Régis-Gianas"
license: "MIT"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
depends: [
"base" {= "v0.9.4"}
"base64"
"cmdliner"
"omd"
"asak"
"cohttp" {>= "1.0.0"}
"cohttp-lwt-unix" {>= "1.0.0"}
"digestif" {>= "0.7.1"}
"dune" {build & >= "1.1.1"}
"ezjsonm"
"lwt" {>= "3.2.0" & < "4.0.0"}
"lwt_ssl"
"ocaml" {>= "4.05.0"}
"ocamlfind" {build}
"ocp-indent-nlfork"
"ocp-ocamlres" {= "0.4"}
"ocplib-json-typed" {= "0.6"}
"ipaddr" {= "2.8.0" }
"cstruct" {= "3.3.0"}
"ppx_tools"
]
build: [
["dune" "build" "@install" "-p" name]
]
synopsis: "The learn-ocaml client"
description: """
This contains the binaries to interact with the learn-ocaml
platform from the command line.
"""