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.4"}
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.7.tar.gz"
29 checksum: [
30 "md5=e39bddf91323cccb979b525c8a994f3a"
31 "sha512=244346b3094d7cd6bffc02208d503bae1a2a6a7e99dee21a51c42bd458250e36ac6ec9832b4cc78447caf1249e4225a8d88b4dbb7b5ed4d340dc5073c65034f2"
32 ]
33}