File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-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: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "--promote-install-files=false"
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ["dune" "install" "-p" name "--create-install-files" name]
32+ ]
33+ dev-repo: "git+https://github.com/WebAssembly/spec.git"
34+ url {
35+ src: "https://github.com/WebAssembly/spec/archive/opam-2.0.2.zip"
36+ checksum: "md5=ae81b4432ab5fa5c0af156926c9ca781"
37+ }
You can’t perform that action at this time.
0 commit comments