mte/unikernel/duniverse/faraday/META.faraday.template

16 lines
338 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
# JBUILDER_GEN
package "lwt" (
description = "Deprecated. Use faraday-lwt directly"
requires = "faraday-lwt"
)
package "lwt-unix" (
description = "Deprecated. Use faraday-lwt-unix directly"
requires = "faraday-lwt-unix"
)
package "async" (
description = "Deprecated. Use faraday-async directly"
requires = "faraday-async"
)