-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppx_html.opam
32 lines (32 loc) · 956 Bytes
/
ppx_html.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
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/ppx_html"
bug-reports: "https://github.com/janestreet/ppx_html/issues"
dev-repo: "git+https://github.com/janestreet/ppx_html.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_html/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1.0"}
"base"
"core"
"core_kernel"
"expect_test_helpers_core"
"expectable"
"patdiff"
"ppx_css"
"ppx_jane"
"virtual_dom"
"angstrom" {>= "0.15.0"}
"dune" {>= "3.11.0"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ppxlib" {>= "0.33.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "PPX_HTML is a way of constructing Vdom.Node.t's using HTML syntax."
description: "
PPX_HTML is a way of constructing Vdom.Node.t's using HTML syntax.
"