Skip to content

Commit 7f0164f

Browse files
committed
opam: tweak metadata
1 parent cd0a389 commit 7f0164f

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

mlx.opam

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# This file is generated by dune, edit dune-project instead
21
opam-version: "2.0"
32
synopsis: "OCaml syntax dialect which adds JSX syntax expressions"
43
maintainer: ["Andrey Popp"]
54
authors: ["Andrey Popp"]
65
license: "LICENSE.mlx"
7-
homepage: "https://github.com/andreypopp/mlx"
6+
homepage: "https://github.com/ocaml-mlx/mlx"
87
doc: "https://url/to/documentation"
9-
bug-reports: "https://github.com/andreypopp/mlx/issues"
8+
bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
109
depends: [
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"

ocamlmerlin-mlx.opam

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# This file is generated by dune, edit dune-project instead
21
opam-version: "2.0"
32
synopsis: "Merlin support for MLX OCaml dialect"
43
maintainer: ["Andrey Popp"]
54
authors: ["Andrey Popp"]
65
license: "LICENSE"
7-
homepage: "https://github.com/andreypopp/mlx"
6+
homepage: "https://github.com/ocaml-mlx/mlx"
87
doc: "https://url/to/documentation"
9-
bug-reports: "https://github.com/andreypopp/mlx/issues"
8+
bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
109
depends: [
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"

0 commit comments

Comments
 (0)