version = "1.1.0"
description = "Co-operative Client/Server HTTP library."
requires = "base64
            bytes
            fieldslib
            ppx_sexp_conv.runtime-lib
            re
            sexplib
            stringext
            uri"
archive(byte) = "cohttp.cma"
archive(native) = "cohttp.cmxa"
plugin(byte) = "cohttp.cma"
plugin(native) = "cohttp.cmxs"

package "top" (
  description = "Deprecated. Use cohttp-top directly"
  requires = "cohttp-top"
)

package "lwt-core" (
  description = "Deprecated. Use cohttp-lwt directly"
  requires = "cohttp-lwt"
)

package "lwt" (
  description = "Deprecated. Use cohttp-lwt-unix directly"
  requires = "cohttp-lwt-unix"
)

package "async" (
  description = "Deprecated. Use cohttp-async directly"
  requires = "cohttp-async"
)

package "js" (
  description = "Deprecated. Use cohttp-lwt-jsoo directly"
  requires = "cohttp-lwt-jsoo"
)
