opam: Add fmt version constraint

This commit is contained in:
Reynir Björnsson 2021-12-15 16:59:11 +01:00
parent 9d025dba2c
commit a79976b6de

View file

@ -1,6 +1,6 @@
opam-version: "2.0" opam-version: "2.0"
homepage: "https://git.robur.io/robur/ocaml-solo5-elftool" homepage: "https://github.com/roburio/ocaml-solo5-elftool"
dev-repo: "git+https://git.robur.io/robur/ocaml-solo5-elftool.git" dev-repo: "git+https://github.com/roburio/ocaml-solo5-elftool.git"
bug-reports: "https://github.com/roburio/ocaml-solo5-elftool/issues" bug-reports: "https://github.com/roburio/ocaml-solo5-elftool/issues"
doc: "https://roburio.github.io/ocaml-solo5-elftool/doc" doc: "https://roburio.github.io/ocaml-solo5-elftool/doc"
maintainer: [ "team@robur.coop" ] maintainer: [ "team@robur.coop" ]
@ -18,7 +18,7 @@ depends: [
"dune" {>= "2.9"} "dune" {>= "2.9"}
"owee" {>= "0.4"} "owee" {>= "0.4"}
"cstruct" "cstruct"
"fmt" "fmt" {>= "0.8.7"}
"cmdliner" "cmdliner"
] ]