-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpanograph.opam
34 lines (34 loc) · 936 Bytes
/
panograph.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
opam-version: "2.0"
name: "panograph"
maintainer: "Petter A. Urkedal <[email protected]>"
authors: "Petter A. Urkedal <[email protected]>"
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
homepage: "https://github.com/paurkedal/panograph/"
bug-reports: "https://github.com/paurkedal/panograph/issues"
depends: [
"ocaml"
"adpkg" {build}
"eliom" {>= "6.6" & < "11.0~"}
"iso639"
"js_of_ocaml" {>= "3.5.1"}
"js_of_ocaml-compiler" {>= "3.5.1"}
"js_of_ocaml-lwt" {>= "3.5.1"}
"js_of_ocaml-ppx" {>= "3.5.1"}
"js_of_ocaml-ppx_deriving_json" {>= "3.5.1"}
"lwt"
"lwt_log"
"lwt_ppx"
"ocamlbuild" {build}
"ocamlfind" {build}
"ounit2" {with-test}
"ppx_compose"
"ppx_deriving"
"prime"
"react"
"topkg" {build}
"uucp"
"uutf"
]
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
dev-repo: "git+https://github.com/paurkedal/panograph.git"
#synopsis: "An Assortment of Eliom Widgets"