Skip to content

Commit

Permalink
Dbm not vailable on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Jun 15, 2024
1 parent 62ddd7d commit 08d2ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocsipersist-dbm-config.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bug-reports: "https://github.com/ocsigen/ocsipersist/issues"
dev-repo: "git+https://github.com/ocsigen/ocsipersist.git"
build: [ "dune" "build" "-p" name "-j" jobs ]

available: [ os != "macos" ]
depends: [
"dune" {>= "2.9"}
"xml-light"
Expand Down
1 change: 1 addition & 0 deletions ocsipersist-dbm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bug-reports: "https://github.com/ocsigen/ocsipersist/issues"
dev-repo: "git+https://github.com/ocsigen/ocsipersist.git"
build: [ "dune" "build" "-p" name "-j" jobs ]

available: [ os != "macos" ]
depends: [
"dune" {>= "2.9"}
"lwt" {>= "4.2.0"}
Expand Down

0 comments on commit 08d2ec5

Please sign in to comment.