mte/unikernel/duniverse/faraday/META.faraday.template
2025-11-11 02:07:51 +01:00

16 lines
No EOL
338 B
Text

# 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"
)