this repo has no description
1opam-version: "2.0" 2maintainer: "stephen.dolan@cl.cam.ac.uk" 3authors: ["Stephen Dolan"] 4homepage: "https://github.com/stedolan/malfunction" 5bug-reports: "https://github.com/stedolan/malfunction/issues" 6dev-repo: "git+https://github.com/stedolan/malfunction.git" 7license: "LGPL-2.0-or-later" 8build: [ 9 [ "dune" "build" "-p" name "-j" jobs ] 10 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 11] 12conflicts: [ "ocaml-option-bytecode-only" ] 13depends: [ 14 "ocaml" {>= "4.08" & < "5.2"} 15 "ocamlfind" 16 "dune" {>= "2.9.1"} 17 "cppo" {build} 18 "omd" {with-test & >= "2.0.0~"} 19 "zarith" 20] 21synopsis: "Compiler back-end for functional languages, based on OCaml" 22description: """ 23Malfunction is a high-performance, low-level untyped program 24representation, designed as a target for compilers of functional 25programming languages.""" 26url { 27 src: 28 "https://github.com/stedolan/malfunction/archive/refs/tags/v0.5.tar.gz" 29 checksum: [ 30 "md5=40244156e32c772a0060971f4e72e9a9" 31 "sha512=d94c96b414ad710c6174ee699a52389f108f4cc0278f52367e10aa7401be7c071113f6c40de1e2a4d939962c8f8f64f63ae99a88d85172540dcb593a07bb31bc" 32 ] 33}