description = "JSON parsing and printing (successor of json-wheel)"
requires = "biniou easy-format"
archive(byte) = "yojson.cma"
archive(native) = "yojson.cmxa"
plugin(byte) = "yojson.cma"
plugin(native) = "yojson.cmxs"

package "biniou" (
  description = "Deprecated. The yojson package already includes this"
  requires = "yojson"
)
