File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1414 (run ./mlx/pp.exe %{input-file}))) )
1515
1616( source
17- ( github andreypopp /mlx) )
17+ ( github ocaml-mlx /mlx) )
1818
1919( authors " Andrey Popp" )
2020
Original file line number Diff line number Diff line change 1- # This file is generated by dune, edit dune-project instead
21opam-version: "2.0"
32synopsis: "OCaml syntax dialect which adds JSX syntax expressions"
43maintainer: ["Andrey Popp"]
54authors: ["Andrey Popp"]
65license: "LICENSE.mlx"
7- homepage: "https://github.com/andreypopp /mlx"
6+ homepage: "https://github.com/ocaml-mlx /mlx"
87doc: "https://url/to/documentation"
9- bug-reports: "https://github.com/andreypopp /mlx/issues"
8+ bug-reports: "https://github.com/ocaml-mlx /mlx/issues"
109depends: [
11- "ocaml"
10+ "ocaml" {>= "4.14.0"}
1211 "ppxlib"
1312 "dune" {>= "3.9"}
1413 "menhir" {= "20210419" & with-dev-setup}
@@ -31,4 +30,4 @@ build: [
3130 ]
3231 ["dune" "install" "-p" name "--create-install-files" name]
3332]
34- dev-repo: "git+https://github.com/andreypopp /mlx.git"
33+ dev-repo: "git+https://github.com/ocaml-mlx /mlx.git"
Original file line number Diff line number Diff line change 1- # This file is generated by dune, edit dune-project instead
21opam-version: "2.0"
32synopsis: "Merlin support for MLX OCaml dialect"
43maintainer: ["Andrey Popp"]
54authors: ["Andrey Popp"]
65license: "LICENSE"
7- homepage: "https://github.com/andreypopp /mlx"
6+ homepage: "https://github.com/ocaml-mlx /mlx"
87doc: "https://url/to/documentation"
9- bug-reports: "https://github.com/andreypopp /mlx/issues"
8+ bug-reports: "https://github.com/ocaml-mlx /mlx/issues"
109depends: [
11- "ocaml"
10+ "ocaml" {>= "4.14.0"}
1211 "ppxlib"
1312 "dune" {>= "3.9"}
1413 "merlin-lib"
15- "csexp" {with-dev-setup}
1614 "cppo"
15+ "csexp" {with-dev-setup}
1716 "menhir" {= "20201216" & with-dev-setup}
1817 "odoc" {with-doc}
1918]
@@ -31,4 +30,4 @@ build: [
3130 "@doc" {with-doc}
3231 ]
3332]
34- dev-repo: "git+https://github.com/andreypopp /mlx.git"
33+ dev-repo: "git+https://github.com/ocaml-mlx /mlx.git"
You can’t perform that action at this time.
0 commit comments