Skip to content

Commit

Permalink
Add dep constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Sep 11, 2024
1 parent 4d33447 commit ac68763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions camlkit-bindings-generator.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ depends: [
"dune" {>= "3.13"}
"ctypes"
"ctypes-foreign"
"camlkit-base"
"camlkit-base" {>= "0.2.0"}
"markup"
"lambdasoup"
"menhir"
"alcotest"
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
dune
ctypes
ctypes-foreign
camlkit-base
(camlkit-base (>= "0.2.0"))
markup
lambdasoup
menhir
alcotest)
(alcotest :with-test))
(tags (camlkit objc bindings macos ios cocoa gnustep)))

0 comments on commit ac68763

Please sign in to comment.