Skip to content

Commit

Permalink
Lowered required OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Nov 28, 2019
1 parent 5d3a1df commit b82771b
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 @@ -23,7 +23,7 @@ sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
database engine with outstanding performance for many use cases.")
(depends
(ocaml (>= 4.08))
(ocaml (>= 4.05))
(dune (>= 1.11))
(conf-sqlite3 :build)
(base :build)
Expand Down
2 changes: 1 addition & 1 deletion sqlite3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
database engine with outstanding performance for many use cases."""
depends: [
"ocaml" {>= "4.08"}
"ocaml" {>= "4.05"}
"dune" {>= "1.11"}
"conf-sqlite3" {build}
"base" {build}
Expand Down

0 comments on commit b82771b

Please sign in to comment.