this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase lowerbound on dune for caisar-onnx.0.2

It fails when building with ocaml-protoc-plugin.4.2.0 with 2.9.3:

File "lib/onnx/dune", line 11, characters 11-30:
11 | (package ocaml-protoc-plugin))
^^^^^^^^^^^^^^^^^^^
Error: Package ocaml-protoc-plugin does not exist

Note that all subsequent versions of ocaml-proto-plugin require at least
Dune 3.2, so the simple lowerbound is sufficient - there's no version of
dependencies where this package can succesfully build with Dune 2.9.x

+1 -1
+1 -1
packages/caisar-onnx/caisar-onnx.0.2/opam
··· 9 9 doc: "https://git.frama-c.com/pub/caisar" 10 10 bug-reports: "https://git.frama-c.com/pub/caisar/issues" 11 11 depends: [ 12 - "dune" {>= "2.9"} 12 + "dune" {>= "3.0"} 13 13 "ocaml" {>= "4.13"} 14 14 "base" {>= "v0.14.0" & < "v0.17"} 15 15 "stdio" {>= "v0.14.0"}