This commit is contained in:
zapashcanon 2019-11-21 07:14:36 +01:00
parent 33b0627ca3
commit d8211a1dc4
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 7 additions and 7 deletions

View File

@ -4,9 +4,9 @@
(license ISC)
(authors "Léo Andrès <contact@ndrs.fr>")
(authors "L\195\169o Andr\195\168s <contact@ndrs.fr>")
(maintainers "Léo Andrès <contact@ndrs.fr>")
(maintainers "L\195\169o Andr\195\168s <contact@ndrs.fr>")
(source
(uri git://git.zapashcanon.fr/zapashcanon/omg.git))
@ -30,6 +30,6 @@
(ocaml
(>= 4.05.0))
(dune
(> 1.11.0))
(bisect_ppx
(> 1.4.1))))
(>= 1.11.0))
(bisect_ppx
(>= 1.4.1))))

View File

@ -11,8 +11,8 @@ doc: "https://doc.zapashcanon.fr/omg/"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/omg/issues"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {> "1.11.0"}
"bisect_ppx" {> "1.4.1"}
"dune" {>= "1.11.0"}
"bisect_ppx" {>= "1.4.1"}
]
build: [
["dune" "subst"] {pinned}