version = "6.4.0"
description = "Wasm_of_ocaml compiler library"
requires = "js_of_ocaml-compiler sedlex"
archive(byte) = "wasm_of_ocaml_compiler.cma"
archive(native) = "wasm_of_ocaml_compiler.cmxa"
plugin(byte) = "wasm_of_ocaml_compiler.cma"
plugin(native) = "wasm_of_ocaml_compiler.cmxs"
package "dynlink" (
  directory = "dynlink"
  version = "6.4.0"
  description = ""
  requires =
  "compiler-libs.bytecomp
   js_of_ocaml-compiler
   js_of_ocaml-compiler.runtime
   wasm_of_ocaml-compiler"
  archive(byte) = "wasm_of_ocaml_compiler_dynlink.cma"
  archive(native) = "wasm_of_ocaml_compiler_dynlink.cmxa"
  plugin(byte) = "wasm_of_ocaml_compiler_dynlink.cma"
  plugin(native) = "wasm_of_ocaml_compiler_dynlink.cmxs"
)