Skip to content

Commit

Permalink
Merge pull request #26134 from stedolan/publish-malfunction.0.6
Browse files Browse the repository at this point in the history
Package malfunction.0.6
  • Loading branch information
avsm authored Jun 24, 2024
2 parents 9e9b46f + 2693347 commit 3dddd78
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/malfunction/malfunction.0.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
maintainer: "sdolan@janestreet.com"
authors: ["Stephen Dolan"]
homepage: "https://github.com/stedolan/malfunction"
bug-reports: "https://github.com/stedolan/malfunction/issues"
dev-repo: "git+https://github.com/stedolan/malfunction.git"
license: "LGPL-2.0-or-later"
build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
conflicts: [ "ocaml-option-bytecode-only" ]
depends: [
"ocaml" {>= "4.08"}
"ocamlfind"
"dune" {>= "2.9.1"}
"cppo" {build}
"omd" {with-test & >= "2.0.0~"}
"zarith"
]
synopsis: "Compiler back-end for functional languages, based on OCaml"
description: """
Malfunction is a high-performance, low-level untyped program
representation, designed as a target for compilers of functional
programming languages."""
url {
src:
"https://github.com/stedolan/malfunction/archive/refs/tags/v0.6.tar.gz"
checksum: [
"md5=d84601d743611a1a44413498a8b07076"
"sha512=f113b5cf34695a1f53f2270a0ede56bee619c5b987602760550bb41cf1c4f8d86b91e6c0a866c1aae7df812edc0f9b907822226a6337bc07ee6e16eda746f470"
]
}

0 comments on commit 3dddd78

Please sign in to comment.