forked from janestreet/async_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
async_js.opam
28 lines (28 loc) · 856 Bytes
/
async_js.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: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/async_js"
bug-reports: "https://github.com/janestreet/async_js/issues"
dev-repo: "git+https://github.com/janestreet/async_js.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_js/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1.0"}
"async_kernel"
"async_rpc_kernel"
"core"
"ppx_expect"
"ppx_jane"
"dune" {>= "3.11.0"}
"js_of_ocaml" {>= "5.1.1" & < "5.7.0"}
"js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"}
"uri" {>= "3.0.0"}
"uri-sexp" {>= "3.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "A small library that provide Async support for JavaScript platforms"
description: "
"