Skip to content

Commit

Permalink
update dune-project to match opam repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Nogueira committed Jul 16, 2024
1 parent db017e6 commit de5bb7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 4 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(license "MIT")

(version "0.1.1")
(version "0.1.2")

(source
(github ahrefs/passage))
Expand All @@ -26,8 +26,10 @@
(>= 1.1.0))
(ocaml
(>= 4.14))
conf-age
dune
devkit
(devkit
(>= 1.20240429))
extunix
fileutils
fpath
Expand Down
6 changes: 2 additions & 4 deletions passage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ bug-reports: "https://github.com/ahrefs/passage/issues"
depends: [
"cmdliner" {>= "1.1.0"}
"ocaml" {>= "4.14"}
"conf-age"
"dune" {>= "3.9"}
"devkit"
"devkit" {>= "1.20240429"}
"extunix"
"fileutils"
"fpath"
Expand Down Expand Up @@ -41,9 +42,6 @@ build: [
]
]
dev-repo: "git+https://github.com/ahrefs/passage.git"
depexts: [
["age"] {os-family = "debian"}
]
x-ci-accept-failures: [
"alpine-3.20"
"archlinux"
Expand Down
3 changes: 0 additions & 3 deletions passage.opam.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
depexts: [
["age"] {os-family = "debian"}
]
x-ci-accept-failures: [
"alpine-3.20"
"archlinux"
Expand Down

0 comments on commit de5bb7f

Please sign in to comment.