Skip to content

Commit

Permalink
opam: tweak metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jun 3, 2024
1 parent 293d173 commit ffef681
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(run ./mlx/pp.exe %{input-file}))))

(source
(github andreypopp/mlx))
(github ocaml-mlx/mlx))

(authors "Andrey Popp")

Expand Down
9 changes: 4 additions & 5 deletions mlx.opam
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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"
11 changes: 5 additions & 6 deletions ocamlmerlin-mlx.opam
Original file line number Diff line number Diff line change
@@ -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}
]
Expand All @@ -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"

0 comments on commit ffef681

Please sign in to comment.