diff --git a/dune-project b/dune-project index 26034e2..4ba4464 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,7 @@ (run ./mlx/pp.exe %{input-file})))) (source - (github andreypopp/mlx)) + (github ocaml-mlx/mlx)) (authors "Andrey Popp") diff --git a/mlx.opam b/mlx.opam index 19577e9..4762951 100644 --- a/mlx.opam +++ b/mlx.opam @@ -1,14 +1,13 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "OCaml syntax dialect which adds JSX syntax expressions" maintainer: ["Andrey Popp"] authors: ["Andrey Popp"] license: "LICENSE.mlx" -homepage: "https://github.com/andreypopp/mlx" +homepage: "https://github.com/ocaml-mlx/mlx" doc: "https://url/to/documentation" -bug-reports: "https://github.com/andreypopp/mlx/issues" +bug-reports: "https://github.com/ocaml-mlx/mlx/issues" depends: [ - "ocaml" + "ocaml" {>= "4.14.0"} "ppxlib" "dune" {>= "3.9"} "menhir" {= "20210419" & with-dev-setup} @@ -31,4 +30,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/andreypopp/mlx.git" +dev-repo: "git+https://github.com/ocaml-mlx/mlx.git" diff --git a/ocamlmerlin-mlx.opam b/ocamlmerlin-mlx.opam index f438853..e9ba7fe 100644 --- a/ocamlmerlin-mlx.opam +++ b/ocamlmerlin-mlx.opam @@ -1,19 +1,18 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Merlin support for MLX OCaml dialect" maintainer: ["Andrey Popp"] authors: ["Andrey Popp"] license: "LICENSE" -homepage: "https://github.com/andreypopp/mlx" +homepage: "https://github.com/ocaml-mlx/mlx" doc: "https://url/to/documentation" -bug-reports: "https://github.com/andreypopp/mlx/issues" +bug-reports: "https://github.com/ocaml-mlx/mlx/issues" depends: [ - "ocaml" + "ocaml" {>= "4.14.0"} "ppxlib" "dune" {>= "3.9"} "merlin-lib" - "csexp" {with-dev-setup} "cppo" + "csexp" {with-dev-setup} "menhir" {= "20201216" & with-dev-setup} "odoc" {with-doc} ] @@ -31,4 +30,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/andreypopp/mlx.git" +dev-repo: "git+https://github.com/ocaml-mlx/mlx.git"