# The Lwt log will, in the future, be moved out to this package lwt_log. For
# now, this package is a compatibility wrapper for the log's current location in
# lwt.log.

version = "1.0.0"
description = "Logger for lwt (deprecated; use logs library)"
requires = "lwt.log lwt.unix"

package "core" (
  version = "1.0.0"
  description = "Logger for Lwt (pure-OCaml core)"
  requires = "lwt.log"
)
