-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
31 lines (31 loc) · 732 Bytes
/
opam
File metadata and controls
31 lines (31 loc) · 732 Bytes
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
opam-version: "1.2"
name: "bs-api"
version: "1.0"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
homepage: "https://github.com/vbmithr/bs_api"
doc: "https://vbmithr.github.io/bs_api/doc"
license: "ISC"
dev-repo: "https://github.com/vbmithr/bs_api.git"
bug-reports: "https://github.com/vbmithr/bs_api/issues"
tags: []
available: [ ocaml-version >= "4.03.0" ]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"async_ssl" {>= "114.35+03"}
"bs-devkit"
"nocrypto"
"hex"
"cohttp"
"websocket-async"
"msgpck"
"wamp"
"jsonm"
"ppx_deriving_yojson"
]
depopts: []
build:
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%" ]]