-
Notifications
You must be signed in to change notification settings - Fork 0
/
cru.opam
28 lines (28 loc) · 814 Bytes
/
cru.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
opam-version: "1.2"
name: "ReasonNativeProject"
version: "0.0.1"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [
"Jordan Walke <jordojw@gmail.com>"
"Maxwell Bernstein <max@bernsteinbear.com>"
]
license: "BSD"
homepage: "https://github.com/reasonml/ReasonNativeProject"
doc: "https://reasonml.github.io/ReasonNativeProject/"
bug-reports: "https://github.com/reasonml/ReasonNativeProject/issues"
dev-repo: "git://github.com/reasonml/ReasonNativeProject.git"
tags: [ "reason" "example" ]
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"core" {= "v0.9.0"}
"dune" {build}
"reason" {= "3.0.0"}
"yojson" {= "1.1.6"}
"cohttp" {= "0.99.0"}
"cohttp-lwt-unix" {= "0.99.0"}
"lwt_ssl" {= "1.1.0"}
"tls" {= "0.8.0"}
]
available: [ ocaml-version >= "4.02" & ocaml-version < "4.10" ]