From 627a5a6ab958afd5ed1d9769d1a842a4754e7608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 21 Jun 2024 16:59:57 +0200 Subject: [PATCH] Update opam file --- .github/workflows/main.yml | 2 +- ocaml-index.opam | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 803d3c3e0..927de5ed9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' diff --git a/ocaml-index.opam b/ocaml-index.opam index 511bd5a49..f0615f66c 100644 --- a/ocaml-index.opam +++ b/ocaml-index.opam @@ -6,8 +6,8 @@ description: maintainer: ["ulysse@tarides.com"] authors: ["ulysse@tarides.com"] 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"} @@ -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"