Skip to content

Commit 4800c37

Browse files
committed
[new release] mlx and ocamlmerlin-mlx (0.11)
CHANGES: - Support for OCaml 5.4 [ocaml-mlx/mlx#22](ocaml-mlx/mlx#22) - Fix windows [ocaml-mlx/mlx#20](ocaml-mlx/mlx#20)
1 parent 235b964 commit 4800c37

2 files changed

Lines changed: 85 additions & 0 deletions

File tree

  • packages
    • mlx/mlx.0.11
    • ocamlmerlin-mlx/ocamlmerlin-mlx.0.11

packages/mlx/mlx.0.11/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml syntax dialect which adds JSX syntax expressions"
3+
maintainer: ["Andrey Popp"]
4+
authors: ["Andrey Popp"]
5+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
6+
homepage: "https://github.com/ocaml-mlx/mlx"
7+
doc: "https://url/to/documentation"
8+
bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
9+
depends: [
10+
"ocaml" {>= "4.14.0"}
11+
"ppxlib" {>= "0.32.1"}
12+
"ocaml-compiler-libs" {>= "v0.12.4"} # b/c of Compiler_pprintast
13+
"dune" {>= "3.16"}
14+
"menhir" {= "20201216" & with-dev-setup}
15+
"ocamlformat" {with-dev-setup}
16+
"ocaml-lsp-server" {with-dev-setup}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"--promote-install-files=false"
29+
"@install"
30+
"@doc" {with-doc}
31+
]
32+
["dune" "install" "-p" name "--create-install-files" name]
33+
]
34+
dev-repo: "git+https://github.com/ocaml-mlx/mlx.git"
35+
url {
36+
src: "https://github.com/ocaml-mlx/mlx/releases/download/0.11/mlx-0.11.tbz"
37+
checksum: [
38+
"sha256=ddb96038e92a440a2ba61d5977f3c29f47d9108dc54dd43470a310c4fbfef3d4"
39+
"sha512=1300937718194c23ebb825ba1d1319b17a2908c5902f4fa83fbc031080c68ec89429bb78211db50fb1df94e2f7b36651b290386e0476c3c9092ae3df1207ba8a"
40+
]
41+
}
42+
x-commit-hash: "13e5ec0991da3899c5991f2ff9aad60a45d6cfe1"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "Merlin support for MLX OCaml dialect"
3+
maintainer: ["Andrey Popp"]
4+
authors: ["Andrey Popp"]
5+
license: "MIT"
6+
homepage: "https://github.com/ocaml-mlx/mlx"
7+
doc: "https://url/to/documentation"
8+
bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
9+
depends: [
10+
"ocaml" {>= "4.14.0"}
11+
"ppxlib" {>= "0.32.1"}
12+
"ocaml-compiler-libs" {>= "v0.12.4"} # b/c of Compiler_pprintast
13+
"dune" {>= "3.16"}
14+
"merlin-lib"
15+
"cppo"
16+
"csexp" {with-dev-setup}
17+
"menhir" {= "20201216" & with-dev-setup}
18+
"ocamlformat" {with-dev-setup}
19+
"ocaml-lsp-server" {with-dev-setup}
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/ocaml-mlx/mlx.git"
36+
url {
37+
src: "https://github.com/ocaml-mlx/mlx/releases/download/0.11/mlx-0.11.tbz"
38+
checksum: [
39+
"sha256=ddb96038e92a440a2ba61d5977f3c29f47d9108dc54dd43470a310c4fbfef3d4"
40+
"sha512=1300937718194c23ebb825ba1d1319b17a2908c5902f4fa83fbc031080c68ec89429bb78211db50fb1df94e2f7b36651b290386e0476c3c9092ae3df1207ba8a"
41+
]
42+
}
43+
x-commit-hash: "13e5ec0991da3899c5991f2ff9aad60a45d6cfe1"

0 commit comments

Comments
 (0)