-
Notifications
You must be signed in to change notification settings - Fork 2
/
jsoo-react-template.opam.locked
56 lines (56 loc) · 1.44 KB
/
jsoo-react-template.opam.locked
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
opam-version: "2.0"
name: "jsoo-react-template"
version: "~dev"
synopsis: "Project template for jsoo-react"
description: "Template for a minimal jsoo-react project"
maintainer: ["davesnx" "jchavarri"]
authors: ["davesnx" "jchavarri"]
license: "MIT"
homepage: "https://github.com/ml-in-barcelona/jsoo-react-template"
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react-template/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"cmdliner" {= "1.1.1"}
"cppo" {= "1.6.9"}
"dune" {= "3.0.3"}
"gen_js_api" {= "1.1.2"}
"js_of_ocaml" {= "4.0.0"}
"js_of_ocaml-compiler" {= "4.0.0"}
"jsoo-react" {= "0.1"}
"menhir" {= "20220210"}
"menhirLib" {= "20220210"}
"menhirSdk" {= "20220210"}
"ocaml" {= "4.14.0"}
"ocaml-base-compiler" {= "4.14.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
"ocamlbuild" {= "0.14.2"}
"ojs" {= "1.1.2"}
"ppx_derivers" {= "1.2.1"}
"ppxlib" {= "0.29.1"}
"seq" {= "base"}
"sexplib0" {= "v0.15.1"}
"stdlib-shims" {= "0.3.0"}
"uchar" {= "0.0.2"}
"yojson" {= "2.0.2"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react-template.git"