-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoplayer.opam
More file actions
32 lines (32 loc) · 983 Bytes
/
toplayer.opam
File metadata and controls
32 lines (32 loc) · 983 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
32
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/toplayer"
bug-reports: "https://github.com/janestreet/toplayer/issues"
dev-repo: "git+https://github.com/janestreet/toplayer.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/toplayer/index.html"
license: "MIT"
x-maintenance-intent: ["(latest)"]
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1.0"}
"am_running_how_js"
"core"
"incr_dom"
"ppx_css"
"ppx_jane"
"sexplib"
"testable_timeout"
"virtual_dom"
"dune" {>= "3.17.0"}
"gen_js_api" {>= "1.0.8"}
"js_of_ocaml" {>= "6.0.0"}
"js_of_ocaml-ppx" {>= "6.0.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "OCaml bindings for the floating positioning library for 'toplevel' virtual dom components"
description: "
The floating positioning library itself may be found at https://floating-ui.com/
"