File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
(lang dune 2 .9)
2
2
3
- (name " wasm" )
3
+ (name wasm)
4
4
5
5
( generate_opam_files true )
6
6
7
+ ( license Apache-2.0)
8
+
9
+ ( source
10
+ ( github WebAssembly/spec) )
11
+
12
+ ( authors " Andreas Rossberg <rossberg@mpi-sws.org" )
13
+ ( maintainers " Andreas Rossberg <rossberg@mpi-sws.org" )
14
+
7
15
( package
8
- (name " wasm" ))
16
+ (name wasm)
17
+ (synopsis " Library to read and write WebAssembly (Wasm) files and manipulate their AST" )
18
+ ( tags ( wasm webassembly spec interpreter) )
19
+ ( depends
20
+ ( ocaml ( >= 4 .12) ) ) )
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
+ synopsis:
4
+ "Library to read and write WebAssembly (Wasm) files and manipulate their AST"
5
+ maintainer: ["Andreas Rossberg <rossberg@mpi-sws.org"]
6
+ authors: ["Andreas Rossberg <rossberg@mpi-sws.org"]
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"
3
11
depends: [
4
12
"dune" {>= "2.9"}
13
+ "ocaml" {>= "4.12"}
5
14
"odoc" {with-doc}
6
15
]
7
16
build: [
@@ -20,3 +29,4 @@ build: [
20
29
]
21
30
["dune" "install" "-p" name "--create-install-files" name]
22
31
]
32
+ dev-repo: "git+https://github.com/WebAssembly/spec.git"
You can’t perform that action at this time.
0 commit comments