Skip to content

Commit

Permalink
Update lower bound on ocaml
Browse files Browse the repository at this point in the history
Due to the use of `raw_field` functions from the `Obj` module.
  • Loading branch information
Gbury committed Jan 31, 2023
1 parent c4cde96 commit 6b37834
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; Memgraph package
(package
(name memgraph)
(depends (ocaml (>= 4.05.0)))
(depends (ocaml (>= 4.12.0)))
(synopsis "A small library to inspect memory representation of ocaml values")
(description "Memgraph allows one to inspect an ocaml value and get a representation of its layout in memory, and helpers to dump such representation as dot files to easily print them as graphs")
)
Expand All @@ -28,7 +28,7 @@
(package
(name memgraph_kitty)
(depends
(ocaml (>= 4.05.0))
(ocaml (>= 4.12.0))
(memgraph (= :version))
(ppx_blob (and :build (>= 0.7.0)))
(nanosvg (>= 0.1))
Expand Down
2 changes: 1 addition & 1 deletion memgraph.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doc: "https://gbury.github.io/ocaml-memgraph/"
bug-reports: "https://github.com/gbury/ocaml-memgraph/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.12.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion memgraph_kitty.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doc: "https://gbury.github.io/ocaml-memgraph/"
bug-reports: "https://github.com/gbury/ocaml-memgraph/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.12.0"}
"memgraph" {= version}
"ppx_blob" {build & >= "0.7.0"}
"nanosvg" {>= "0.1"}
Expand Down

0 comments on commit 6b37834

Please sign in to comment.