File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
packages/malfunction/malfunction.0.7 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: ["Stephen Dolan"]
4
+ homepage: "https://github.com/stedolan/malfunction"
5
+ bug-reports: "https://github.com/stedolan/malfunction/issues"
6
+ dev-repo: "git+https://github.com/stedolan/malfunction.git"
7
+ license: "LGPL-2.0-or-later"
8
+ build: [
9
+ [ "dune" "build" "-p" name "-j" jobs ]
10
+ [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
11
+ ]
12
+ conflicts: [ "ocaml-option-bytecode-only" ]
13
+ depends: [
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
+ ]
21
+ synopsis: "Compiler back-end for functional languages, based on OCaml"
22
+ description: """
23
+ Malfunction is a high-performance, low-level untyped program
24
+ representation, designed as a target for compilers of functional
25
+ programming languages."""
26
+ url {
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
+ }
You can’t perform that action at this time.
0 commit comments