this repo has no description

malfunction 0.3 is not compatible with omd 2.0 (#18440)

* malfunction 0.3 is not compatible with omd 2.0

I see the following compilation error with omd 2.0.0~alpha1
```
File "test/test.ml", line 160, characters 11-29:
160 | let open Omd_representation in
^^^^^^^^^^^^^^^^^^
Error: Unbound module Omd_representation
```

* Update opam

* Update opam

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

Changed files
+2 -2
packages
malfunction
malfunction.0.3
+2 -2
packages/malfunction/malfunction.0.3/opam
···
"ocamlfind"
"dune"
"cppo" {build}
-
"omd" {with-test}
+
"omd" {with-test & < "2.0.0~"}
"craml" {with-test}
"zarith"
]
-
synopsis: "Compiler back-end for functional languages, based on OCaml."
+
synopsis: "Compiler back-end for functional languages, based on OCaml"
description: """
Malfunction is a high-performance, low-level untyped program
representation, designed as a target for compilers of functional