File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929 (name memgraph_kitty)
3030 ( depends
3131 ( ocaml ( >= 4 .05.0) )
32+ ( memgraph ( = :version ) )
3233 ( ppx_blob ( and :build ( >= 0 .7.0) ) )
3334 ( nanosvg ( >= 0 .1) )
3435 ( nanosvg_text ( >= 0 .1) )
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ bug-reports: "https://github.com/gbury/ocaml-memgraph/issues"
2020depends: [
2121 "dune" {>= "2.7"}
2222 "ocaml" {>= "4.05.0"}
23+ "memgraph" {= version}
2324 "ppx_blob" {build & >= "0.7.0"}
2425 "nanosvg" {>= "0.1"}
2526 "nanosvg_text" {>= "0.1"}
Original file line number Diff line number Diff line change 88 (public_name memgraph)
99 (libraries unix)
1010 (modules Repr Dot)
11- (preprocess (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
1211)
1312
You can’t perform that action at this time.
0 commit comments