-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfull-stack-reasonml-advanced-sample.opam
49 lines (49 loc) · 1.27 KB
/
full-stack-reasonml-advanced-sample.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
42
43
44
45
46
47
48
49
opam-version: "2.0"
maintainer: ["Pedro B S Lisboa <[email protected]>"]
authors: ["Pedro B S Lisboa <[email protected]>"]
synopsis: "Fullstack ReasonML project sample with server-side rendering"
description: ""
homepage: "https://example.com/project-homepage"
bug-reports: "https://example.com/project-homepage/issues"
license: "MIT"
depends: [
"dune" {>= "3.8"}
"ocaml" {>= "5.0.0"}
"reason" {>= "3.11.0"}
"melange"
"dream"
"lambdasoup"
"reason-react-ppx"
"reason-react" {>= "0.14.0"}
"server-reason-react" {>= "0.2.0"}
"universal-portal" {>= "0.3.1"}
"styled-ppx" {>= "0.59.1"}
"quickjs" {>= "0.1.1"}
"yojson"
"lwt" {>= "5.7.0"}
"cohttp-lwt-unix" {>= "5.3.1"}
"fmt" {with-test}
"user-setup" {with-test}
"ocamlformat" {= "0.26.1" & with-test}
"melange-testing-library" {with-test}
"melange-jest" {with-test}
"ocaml-lsp-server" {with-test}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
pin-depends: [
["universal-portal.0.3.1" "git+https://github.com/pedrobslisboa/universal-portal#0.3.1"]
["server-reason-react.0.3.1" "git+https://github.com/ml-in-barcelona/server-reason-react#fb6836045f4ee56cf42c409f2830674146e0eea4"]
]