this repo has no description

Update packages/orsetto/orsetto.1.1.3/opam The Conjury V2 interface does not support `bytecode-only` switches (and OCaml compilers that don't support native compilation mode, regardless of whether the `bytecode-only` option is present).

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+1
packages
orsetto
orsetto.1.1.3
+1
packages/orsetto/orsetto.1.1.3/opam
···
"uucd" { build & = "15.0.0" }
"ounit2" { build & with-test & >= "2.2" }
]
+
conflicts: [ "ocaml-option-bytecode-only" ]
build: [
[ "omake" "--verbose" "--configure" "MODE=release" ] { !dev }
[ "omake" "test" ] { with-test }