opam: Add fmt version constraint
This commit is contained in:
parent
9d025dba2c
commit
a79976b6de
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue