Skip to content

Commit

Permalink
Update opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jul 4, 2024
1 parent 5ed20c3 commit 627a5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build and test in release mode (windows)
if: matrix.os == 'windows-latest'
run: |
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,merlin,ocaml-index
opam exec -- dune runtest -p merlin-lib,dot-merlin-reader,ocaml-index,merlin
- name: Build and test in release mode (macos/linux)
if: matrix.os != 'windows-latest'
Expand Down
9 changes: 3 additions & 6 deletions ocaml-index.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description:
maintainer: ["[email protected]"]
authors: ["[email protected]"]
license: "MIT"
homepage: "https://github.com/voodoos/ocaml-index"
bug-reports: "https://github.com/voodoos/ocaml-index/issues"
homepage: "https://github.com/ocaml/merlin/ocaml-index"
bug-reports: "https://github.com/ocaml/merlin/issues"
depends: [
"dune" {>= "3.0.0"}
"ocaml" {>= "5.2"}
Expand All @@ -30,7 +30,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/voodoos/ocaml-index.git"
pin-depends: [
["merlin-lib.5.1-502" "git+https://github.com/ocaml/merlin"]
]
dev-repo: "git+https://github.com/ocaml/merlin.git"

0 comments on commit 627a5a6

Please sign in to comment.