File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ opam-release/%:
213213 rm -f opam-$* .zip
214214 wget https://github.com/WebAssembly/spec/archive/opam-$* .zip
215215 cp meta/opam/opam .
216- sed -i " tmp" s/@VERSION/$* /g opam
217- sed -i " tmp" s/@MD5/` md5 -q opam-$* .zip` /g opam
218- rm opam-$* .zip
216+ sed -i " . tmp" s/@VERSION/$* /g opam
217+ sed -i " . tmp" s/@MD5/` md5 -q opam-$* .zip` /g opam
218+ rm opam.tmp opam -$* .zip
219219 @echo Created file ./opam, submit to github opam-repository/packages/wasm/wasm.$* /opam
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
1414 "ocamlfind" {build}
1515 "ocamlbuild" {build}
1616]
17+ conflicts: ["ocaml-option-bytecode-only"] # uses ocamlopt unconconditionally
1718synopsis:
1819 "Library to read and write WebAssembly (Wasm) files and manipulate their AST"
1920url {
You can’t perform that action at this time.
0 commit comments