Skip to content

Commit

Permalink
Merge pull request #24152 from rossberg/patch-4
Browse files Browse the repository at this point in the history
Add wasm-2.0.1 package
  • Loading branch information
avsm authored Jul 24, 2023
2 parents fd3dd02 + 6f156fa commit c2c6b46
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/wasm/wasm.2.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "2.0"
maintainer: "Andreas Rossberg <rossberg@mpi-sws.org>"
authors: "Andreas Rossberg <rossberg@mpi-sws.org>"
homepage: "https://github.com/WebAssembly/spec"
bug-reports: "https://github.com/WebAssembly/spec/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/WebAssembly/spec.git"
build: [
[make "-C" "interpreter" "opt" "unopt"]
]
install: [make "-C" "interpreter" "install"]
depends: [
"ocaml" {>= "4.12.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
conflicts: ["ocaml-option-bytecode-only"] # uses ocamlopt unconconditionally
synopsis:
"Library to read and write WebAssembly (Wasm) files and manipulate their AST"
url {
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.1.zip"
checksum: "md5=031b4dd93143e9791ac7901b5aacbc08"
}

0 comments on commit c2c6b46

Please sign in to comment.