description = ""
requires = "js_of_ocaml-compiler.runtime"
archive(byte) = "js_of_ocaml.cma"
archive(native) = "js_of_ocaml.cmxa"
plugin(byte) = "js_of_ocaml.cma"
plugin(native) = "js_of_ocaml.cmxs"
package "deriving" (
  directory = "deriving"
  description = "Runtime library for the class Json."
  requires = ""
  archive(byte) = "js_of_ocaml_deriving.cma"
  archive(native) = "js_of_ocaml_deriving.cmxa"
  plugin(byte) = "js_of_ocaml_deriving.cma"
  plugin(native) = "js_of_ocaml_deriving.cmxs"
)