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]
12depends: [
13 "ocaml" {>= "4.04" & < "4.09.0"}
14 "ocamlfind"
15 "dune"
16 "cppo" {build}
17 "omd" {with-test & < "2.0.0~"}
18 "craml" {with-test}
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: "https://github.com/stedolan/malfunction/archive/v0.3.tar.gz"
28 checksum: [
29 "sha256=07c6dfa055bd2a15436a9fe98c49b84df317f907b98804c7755455d33a7e578c"
30 "md5=4701b150a1be69cd833b51b3b44a1f65"
31 ]
32}