Skip to content
Snippets Groups Projects
Commit 4c8618ab authored by Julien Girard-Satabin's avatar Julien Girard-Satabin Committed by Michele Alberti
Browse files

ONNX protobuf interface and dependencies

parent 516716e1
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,13 @@ depends: [ ...@@ -7,7 +7,13 @@ depends: [
"dune" {>= "2.9" & >= "2.9.0"} "dune" {>= "2.9" & >= "2.9.0"}
"dune-site" {>= "2.9.0"} "dune-site" {>= "2.9.0"}
"why3" "why3"
"piqi" {>= "0.7.6"}
"piqilib" {>= "0.6.14"}
"zarith" {>= "1.7"}
"ocplib-endian" {>= "1.0"}
"dune" {>= "2.7" & >= "2.7.1"}
"base" {>= "v0.14.0"} "base" {>= "v0.14.0"}
"stdio" {>= "v0.14.0"}
"cmdliner" {>= "1.0.4"} "cmdliner" {>= "1.0.4"}
"fmt" {>= "0.8.9"} "fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"} "logs" {>= "0.7.0"}
......
...@@ -16,8 +16,13 @@ ...@@ -16,8 +16,13 @@
(ocaml (>= 4.10)) (ocaml (>= 4.10))
(dune (>= 2.9.0)) (dune (>= 2.9.0))
(dune-site (>= 2.9.0)) (dune-site (>= 2.9.0))
why3 (piqi (>= 0.7.6))
(piqilib (>= 0.6.14))
(zarith (>= 1.7))
(ocplib-endian (>= 1.0))
(dune (>= 2.7.1))
(base (>= v0.14.0)) (base (>= v0.14.0))
(stdio (>= v0.14.0))
(cmdliner (>= 1.0.4)) (cmdliner (>= 1.0.4))
(fmt (>= 0.8.9)) (fmt (>= 0.8.9))
(logs (>= 0.7.0)) (logs (>= 0.7.0))
......
This diff is collapsed.
This diff is collapsed.
...@@ -12,4 +12,10 @@ ...@@ -12,4 +12,10 @@
(libraries menhirLib yojson cmdliner logs logs.cli logs.fmt fmt.tty base unix str ppx_deriving_yojson.runtime) (libraries menhirLib yojson cmdliner logs logs.cli logs.fmt fmt.tty base unix str ppx_deriving_yojson.runtime)
(preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq)) (preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq))
(package caisar) (package caisar)
(libraries menhirLib yojson cmdliner logs logs.cli
ocplib-endian logs.fmt fmt.tty base unix str
ppx_deriving_yojson.runtime piqirun.pb zarith
stdio)
(preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq))
(package caisar)
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment