File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
server-reason-react/server-reason-react.0.2.0 Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis:
3
+ "Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)"
4
+ maintainer: ["David Sancho <
[email protected] >"]
5
+ authors: ["David Sancho <
[email protected] >"]
6
+ license: "MIT"
7
+ homepage: "https://github.com/ml-in-barcelona/quickjs.ml"
8
+ bug-reports: "https://github.com/ml-in-barcelona/quickjs.ml/issues"
9
+ depends: [
10
+ "dune" {>= "3.8"}
11
+ "ocaml" {>= "5.0.0"}
12
+ "integers"
13
+ "ctypes"
14
+ "alcotest" {with-test}
15
+ "fmt" {with-test}
16
+ "odoc" {with-doc}
17
+ "ocaml-lsp-server" {with-test}
18
+ "ocamlformat" {= "0.26.1" & with-test}
19
+ ]
20
+ dev-repo: "git+https://github.com/ml-in-barcelona/quickjs.ml.git"
21
+ build: [
22
+ ["dune" "subst"] {dev}
23
+ [
24
+ "dune"
25
+ "build"
26
+ "-p"
27
+ name
28
+ "-j"
29
+ jobs
30
+ "@install"
31
+ "@runtest" {with-test}
32
+ "@new-doc" {with-doc}
33
+ ]
34
+ ]
35
+ conflicts: [ "ocaml-option-bytecode-only" ]
36
+ url {
37
+ src:
38
+ "https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.2/quickjs-0.1.2.tbz"
39
+ checksum: [
40
+ "sha256=27f6c8c9a3a7afa3ab7506d1154f22cf41249e2b789c0c6c634982809d17ad57"
41
+ "sha512=860ca84b9409a54b2fedc6b9777009872b9508bcee0f8ca3555822618640d763820e1be11c47603a4638885ab3df7eb705523cef330479147340404a7f2faa35"
42
+ ]
43
+ }
44
+ x-commit-hash: "d58993c2299462690b4fbb94b5912fd12d91c976"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
11
11
"reason" {>= "3.10.0"}
12
12
"melange" {>= "3.0.0"}
13
13
"ppxlib" {> "0.23.0"}
14
- "quickjs" {> = "0.1.1"}
14
+ "quickjs" {= "0.1.1"}
15
15
"promise" {>= "1.1.2"}
16
16
"lwt" {>= "5.6.0"}
17
17
"lwt_ppx" {>= "2.1.0"}
You can’t perform that action at this time.
0 commit comments