File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis:
4+ "Library to read and write WebAssembly (Wasm) files and manipulate their AST"
5+ maintainer: ["Andreas Rossberg <
[email protected] "]
6+ authors: ["Andreas Rossberg <
[email protected] "]
7+ license: "Apache-2.0"
8+ tags: ["wasm" "webassembly" "spec" "interpreter"]
9+ homepage: "https://github.com/WebAssembly/spec"
10+ bug-reports: "https://github.com/WebAssembly/spec/issues"
11+ depends: [
12+ "dune" {>= "2.9"}
13+ "ocaml" {>= "4.12"}
14+ "menhir" {>= "20220210"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [make "-C" "interpreter"]
18+ install: [make "-C" "interpreter" "install"]
19+ dev-repo: "git+https://github.com/WebAssembly/spec.git"
20+ url {
21+ src: "https://github.com/WebAssembly/spec/archive/opam-2.0.2.zip"
22+ checksum: [
23+ "md5=5129a11a3426689d0e9e027b2d9b8d5e"
24+ "sha256=6dae267d47b92ac1d6cb47b34ab4108c4cf7471f35969bf75676a1620a9284cb"
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments