From a79976b6decfbf29181ab75ce179cf621dd128f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 15 Dec 2021 16:59:11 +0100 Subject: [PATCH] opam: Add fmt version constraint --- solo5-elftool.opam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solo5-elftool.opam b/solo5-elftool.opam index c28d4d2..9dfc523 100644 --- a/solo5-elftool.opam +++ b/solo5-elftool.opam @@ -1,6 +1,6 @@ opam-version: "2.0" -homepage: "https://git.robur.io/robur/ocaml-solo5-elftool" -dev-repo: "git+https://git.robur.io/robur/ocaml-solo5-elftool.git" +homepage: "https://github.com/roburio/ocaml-solo5-elftool" +dev-repo: "git+https://github.com/roburio/ocaml-solo5-elftool.git" bug-reports: "https://github.com/roburio/ocaml-solo5-elftool/issues" doc: "https://roburio.github.io/ocaml-solo5-elftool/doc" maintainer: [ "team@robur.coop" ] @@ -18,7 +18,7 @@ depends: [ "dune" {>= "2.9"} "owee" {>= "0.4"} "cstruct" - "fmt" + "fmt" {>= "0.8.7"} "cmdliner" ]