Skip to content

Commit

Permalink
Move to opam 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Apr 3, 2021
1 parent eb69eb7 commit ba92464
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions malfunction.opam
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
opam-version: "1.2"
opam-version: "2.0"
maintainer: "stephen.dolan@cl.cam.ac.uk"
authors: ["Stephen Dolan"]
homepage: "https://github.com/stedolan/malfunction"
bug-reports: "https://github.com/stedolan/malfunction/issues"
dev-repo: "https://github.com/stedolan/malfunction.git"
license: "LGPL"
build:
[[ "jbuilder" "build" "--only-packages" "%{name}%" "--root" "." "-j" jobs "@install" ]]
build-test:
[[ "jbuilder" "build" "--only-packages" "%{name}%" "--root" "." "-j" jobs "@runtest" ]]
available: [ ocaml-version >= "4.04" ]
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}
]
depends: [
"ocaml" {>= "4.04"}
"ocamlfind"
"dune" {build}
"dune"
"cppo" {build}
"omd" {test}
"craml" {test}
"omd" {with-test & < "2.0.0~"}
"craml" {with-test}
"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."""

0 comments on commit ba92464

Please sign in to comment.