-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsoo-css.opam
41 lines (41 loc) · 1.03 KB
/
jsoo-css.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
35
36
37
38
39
40
41
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "CSS Typed functional interface in jsoo"
description:
"CSS Typed functional interface in jsoo, bindings to inline styles and emotion"
maintainer: ["davesnx"]
authors: ["davesnx"]
license: "MIT"
homepage: "https://github.com/ml-in-barcelona/jsoo-css"
bug-reports: "https://github.com/ml-in-barcelona/jsoo-css/issues"
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "2.5" & < "4"}
"gen_js_api" {>= "1.0.7" & < "1.1.0"}
"js_of_ocaml"
"js_of_ocaml-ppx"
"odoc" {with-doc}
"ocamlformat" {dev}
"dune-release" {dev}
"ocaml-lsp-server" {dev}
"reason" {with-test}
"jsoo-react" {dev}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-css.git"
pin-depends: [
[ "jsoo-react.dev" "git+https://github.com/ml-in-barcelona/jsoo-react#8fda15c39665ac27841c7659422f82ac331e0a01.git" ]
]