this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Liquidsoap core library and binary"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "GPL-2.0-or-later"
7homepage: "https://github.com/savonet/liquidsoap"
8bug-reports: "https://github.com/savonet/liquidsoap/issues"
9depends: [
10 "dune" {>= "3.6"}
11 "ocaml" {>= "4.14.0" & < "5.3"}
12 "dtools" {>= "0.4.5"}
13 "duppy" {>= "0.9.3" & < "0.9.4"}
14 "mm" {>= "0.8.4"}
15 "pcre" {>= "7.5.0"}
16 "ocurl" {>= "0.9.2"}
17 "cry" {>= "1.0.0" & < "1.0.2"}
18 "camomile" {>= "2.0.0"}
19 "uri"
20 "fileutils"
21 "menhirLib"
22 "metadata" {>= "0.2.0"}
23 "dune-build-info"
24 "liquidsoap-lang" {= version}
25 "ppx_string" {build}
26 "odoc" {with-doc}
27]
28depopts: [
29 "alsa"
30 "ao"
31 "bjack"
32 "camlimages"
33 "ctypes-foreign"
34 "dssi"
35 "faad"
36 "fdkaac"
37 "ffmpeg"
38 "flac"
39 "frei0r"
40 "gd"
41 "graphics"
42 "gstreamer"
43 "imagelib"
44 "inotify"
45 "irc-client-unix"
46 "jemalloc"
47 "ladspa"
48 "lame"
49 "lastfm"
50 "lilv"
51 "lo"
52 "mad"
53 "magic"
54 "memtrace"
55 "mem_usage"
56 "ogg"
57 "opus"
58 "osc-unix"
59 "portaudio"
60 "posix-time2"
61 "pulseaudio"
62 "prometheus-liquidsoap"
63 "samplerate"
64 "shine"
65 "soundtouch"
66 "speex"
67 "srt"
68 "ssl"
69 "taglib"
70 "tls-liquidsoap"
71 "theora"
72 "sdl-liquidsoap"
73 "vorbis"
74 "yaml"
75 "xmlplaylist"
76]
77conflicts: [
78 "alsa" {< "0.3.0"}
79 "ao" {< "0.2.0"}
80 "bjack" {< "0.1.3"}
81 "camomile" {< "1.0.0"}
82 "dssi" {< "0.1.3"}
83 "faad" {< "0.5.0"}
84 "fdkaac" {< "0.3.1"}
85 "ffmpeg" {< "1.1.8"}
86 "ffmpeg-avutil" {< "1.1.8"}
87 "ffmpeg" {>= "1.2.0"}
88 "ffmpeg-avutil" {>= "1.2.0"}
89 "flac" {< "0.5.0"}
90 "flac" {> "1.0.0"}
91 "frei0r" {< "0.1.0"}
92 "gstreamer" {< "0.3.1"}
93 "inotify" {< "1.0"}
94 "ladspa" {< "0.2.0"}
95 "lame" {< "0.3.7"}
96 "lastfm" {< "0.3.0"}
97 "lo" {< "0.2.0"}
98 "mad" {< "0.5.0"}
99 "magic" {< "0.6"}
100 "mem_usage" {< "0.0.3"}
101 "ogg" {< "0.7.4"}
102 "opus" {< "0.2.0"}
103 "portaudio" {< "0.2.0"}
104 "posix-time2" {< "2.0.2"}
105 "pulseaudio" {< "0.1.4"}
106 "samplerate" {< "0.1.5"}
107 "shine" {< "0.2.0"}
108 "soundtouch" {< "0.1.9"}
109 "speex" {< "0.4.0"}
110 "srt" {< "0.3.0"}
111 "ssl" {< "0.7.0"}
112 "taglib" {< "0.3.10"}
113 "tls" {>= "0.17.4"}
114 "sdl-liquidsoap" {< "2"}
115 "theora" {< "0.4.0"}
116 "vorbis" {< "0.8.0"}
117 "xmlplaylist" {< "0.1.3"}
118]
119build: [
120 ["dune" "subst"] {dev}
121 [
122 "dune"
123 "build"
124 "-p"
125 name
126 "-j"
127 jobs
128 "--promote-install-files=false"
129 "@install"
130 "@runtest" {with-test}
131 "@doc" {with-doc}
132 ]
133 ["dune" "install" "-p" name "--create-install-files" name]
134]
135dev-repo: "git+https://github.com/savonet/liquidsoap.git"
136url {
137 src:
138 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
139 checksum: [
140 "md5=c64407847ca068005af1b81c37dcfbef"
141 "sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
142 ]
143}
144x-maintenance-intent: ["(latest)"]