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" & < "5.0.0"}
14 "ocamlfind"
15 "dune" {>= "1.2"}
16 "cppo" {build & >= "1.1.0"}
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:
28 "https://github.com/stedolan/malfunction/releases/download/v0.4.1/malfunction-0.4.1.tbz"
29 checksum: [
30 "sha256=0d5f104c73dda414faa987ecb9daf03101e3c962919746634ad972cb2f891dd5"
31 "sha512=d1109cf4ebe671d1b8ad1210816d6e83d4bde0a14157ffb689fc129b74f2c8f4add34babad96408161c27b2fdf0dfb497cc0a9a2f16f690e7ae90fd101a71860"
32 ]
33}
34x-commit-hash: "4618d42a9c4b4b4a09f1d34014117e13422b3f27"