this repo has no description
1opam-version: "2.0"
2maintainer: "sdolan@janestreet.com"
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.3"}
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.6.tar.gz"
29 checksum: [
30 "md5=d84601d743611a1a44413498a8b07076"
31 "sha512=f113b5cf34695a1f53f2270a0ede56bee619c5b987602760550bb41cf1c4f8d86b91e6c0a866c1aae7df812edc0f9b907822226a6337bc07ee6e16eda746f470"
32 ]
33}