description = "Js_of_ocaml compiler library"
requires =
"bytes compiler-libs.bytecomp compiler-libs.common menhirLib yojson"
archive(byte) = "js_of_ocaml_compiler.cma"
archive(native) = "js_of_ocaml_compiler.cmxa"
plugin(byte) = "js_of_ocaml_compiler.cma"
plugin(native) = "js_of_ocaml_compiler.cmxs"
package "findlib-support" (
  directory = "findlib-support"
  description = ""
  requires = "findlib js_of_ocaml-compiler"
  archive(byte) = "jsoo_findlib_support.cma"
  archive(native) = "jsoo_findlib_support.cmxa"
  plugin(byte) = "jsoo_findlib_support.cma"
  plugin(native) = "jsoo_findlib_support.cmxs"
)
package "runtime" (
  directory = "runtime"
  description = ""
  requires = ""
  archive(byte) = "jsoo_runtime.cma"
  archive(native) = "jsoo_runtime.cmxa"
  plugin(byte) = "jsoo_runtime.cma"
  plugin(native) = "jsoo_runtime.cmxs"
)
package "runtime-files" (
  directory = "runtime-files"
  description = ""
  requires = "js_of_ocaml-compiler"
  archive(byte) = "js_of_ocaml_compiler_runtime_files.cma"
  archive(native) = "js_of_ocaml_compiler_runtime_files.cmxa"
  plugin(byte) = "js_of_ocaml_compiler_runtime_files.cma"
  plugin(native) = "js_of_ocaml_compiler_runtime_files.cmxs"
)