File: dune-project

package info (click to toggle)
ocaml-cry 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: ml: 875; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(lang dune 2.0)
(version 0.6.5)
(name cry)
(source (github savonet/ocaml-cry))
(license GPL-2.0)
(authors "Romain Beauxis <toots@rastageeks.org>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)

(package
 (name cry)
 (synopsis "OCaml client for the various icecast & shoutcast source protocols")
 (description "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast")
 (depends
  (dune (> 2.0)))
 (depopts
  (ssl (>= 0.5.9))
  osx-secure-transport)
)