Skip to content
Snippets Groups Projects
Commit 69c6113a authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

Merge branch 'stable/0.2'

parents 03d492da 24e2d9bb
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ depends: [ ...@@ -14,7 +14,6 @@ depends: [
"ocaml" {>= "4.13"} "ocaml" {>= "4.13"}
"dune" {>= "2.9" & >= "2.9.3"} "dune" {>= "2.9" & >= "2.9.3"}
"base" {>= "v0.14.0"} "base" {>= "v0.14.0"}
"ocaml-protoc-plugin" {= "4.2.0"}
"ocamlgraph" {>= "1.8.8"} "ocamlgraph" {>= "1.8.8"}
"ppx_inline_test" {>= "0.12.0"} "ppx_inline_test" {>= "0.12.0"}
"ppx_deriving" {>= "4.4.1"} "ppx_deriving" {>= "4.4.1"}
......
...@@ -16,6 +16,7 @@ depends: [ ...@@ -16,6 +16,7 @@ depends: [
"base" {>= "v0.14.0"} "base" {>= "v0.14.0"}
"stdio" {>= "v0.14.0"} "stdio" {>= "v0.14.0"}
"ocaml-protoc-plugin" {>= "4.2.0"} "ocaml-protoc-plugin" {>= "4.2.0"}
"ocplib-endian" {>= "1.0"}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
(base (>= v0.14.0)) (base (>= v0.14.0))
(stdio (>= v0.14.0)) (stdio (>= v0.14.0))
(ocaml-protoc-plugin (>= 4.2.0)) (ocaml-protoc-plugin (>= 4.2.0))
(ocplib-endian (>= 1.0))
) )
) )
...@@ -55,7 +56,6 @@ ...@@ -55,7 +56,6 @@
(ocaml (>= 4.13)) (ocaml (>= 4.13))
(dune (>= 2.9.3)) (dune (>= 2.9.3))
(base (>= v0.14.0)) (base (>= v0.14.0))
(ocaml-protoc-plugin (= 4.2.0))
(ocamlgraph (>= 1.8.8)) (ocamlgraph (>= 1.8.8))
(ppx_inline_test (>= 0.12.0)) (ppx_inline_test (>= 0.12.0))
(ppx_deriving (>= 4.4.1)) (ppx_deriving (>= 4.4.1))
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
ppx_deriving.iter ppx_deriving.iter
ppx_deriving.fold)) ppx_deriving.fold))
(inline_tests) (inline_tests)
(libraries base ocplib-endian ocamlgraph stdio)) (libraries base ocamlgraph stdio))
(env (env
(dev (dev
......
(library (library
(name onnx) (name onnx)
(public_name caisar-onnx) (public_name caisar-onnx)
(libraries base stdio ocaml-protoc-plugin caisar-ir) (libraries base stdio ocaml-protoc-plugin ocplib-endian caisar-ir)
(synopsis "ONNX parser for CAISAR")) (synopsis "ONNX parser for CAISAR"))
(rule (rule
......
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