Skip to content

Commit b6864ab

Browse files
authored
Merge pull request #26257 from davesnx/release-quickjs-0.1.2
[new release] quickjs (0.1.2)
2 parents b774dc2 + 4ff045f commit b6864ab

File tree

2 files changed

+45
-1
lines changed
  • packages
    • quickjs/quickjs.0.1.2
    • server-reason-react/server-reason-react.0.2.0

2 files changed

+45
-1
lines changed

packages/quickjs/quickjs.0.1.2/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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"

packages/server-reason-react/server-reason-react.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"reason" {>= "3.10.0"}
1212
"melange" {>= "3.0.0"}
1313
"ppxlib" {> "0.23.0"}
14-
"quickjs" {>= "0.1.1"}
14+
"quickjs" {= "0.1.1"}
1515
"promise" {>= "1.1.2"}
1616
"lwt" {>= "5.6.0"}
1717
"lwt_ppx" {>= "2.1.0"}

0 commit comments

Comments
 (0)