-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Wasm package Release interpreter package for Wasm 2.0 * Actually create a new package * Revert stupid change * Add dune dependency * Fix dune version * Remove dune dep; disable arm32, ppc64 * Narrow Kremlin dep * kremlin.1.0.0: point to original tarball archive now in the opam-source-archives * Removed test disabling, should work now * Forgot to update checksum Co-authored-by: Marcello Seri <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
opam-version: "2.0" | ||
maintainer: "Andreas Rossberg <[email protected]>" | ||
authors: "Andreas Rossberg <[email protected]>" | ||
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.08.0"} | ||
"ocamlfind" {build} | ||
"ocamlbuild" {build} | ||
] | ||
synopsis: | ||
"Library to read and write WebAssembly (Wasm) files and manipulate their AST" | ||
url { | ||
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.0.zip" | ||
checksum: "md5=08baf4cc16e800eae59c69425d3ec9fa" | ||
} |