Skip to content

Commit

Permalink
Add ocaml version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
StrykerKKD committed Mar 23, 2022
1 parent 1446f22 commit 1756e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
(name sanddb)
(synopsis "A simple immutable database for the masses")
(description "SandDB is a simple easy async immutable database")
(depends ocaml dune atdgen base lwt uuidm alcotest))
(depends (ocaml (>= 4.6.0)) dune atdgen base lwt uuidm alcotest))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
2 changes: 1 addition & 1 deletion sanddb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/StrykerKKD/SandDB"
doc: "https://strykerkkd.github.io/SandDB/"
bug-reports: "https://github.com/StrykerKKD/SandDB/issues"
depends: [
"ocaml"
"ocaml" {>= "4.6.0"}
"dune" {>= "3.0"}
"atdgen"
"base"
Expand Down

0 comments on commit 1756e4b

Please sign in to comment.