File: META.websocket.template

package info (click to toggle)
ocaml-websocket 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ml: 1,611; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# JBUILDER_GEN

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

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