Skip to content

Commit 8aa6c0b

Browse files
authored
Merge pull request #24376 from toots/opam-publish-tls-liquidsoap.1-prometheus-liquidsoap.2-liquidsoap.2.2.1-sdl-liquidsoap.3
2 parents 967c5d8 + 56e093f commit 8aa6c0b

File tree

8 files changed

+423
-1
lines changed
  • packages
    • liquidsoap-core
      • liquidsoap-core.2.2.0
      • liquidsoap-core.2.2.1
    • liquidsoap-js/liquidsoap-js.2.2.1
    • liquidsoap-lang/liquidsoap-lang.2.2.1
    • liquidsoap-libs-extra/liquidsoap-libs-extra.2.2.1
    • liquidsoap-libs/liquidsoap-libs.2.2.1
    • liquidsoap-mode/liquidsoap-mode.2.2.1
    • liquidsoap/liquidsoap.2.2.1

8 files changed

+423
-1
lines changed

packages/liquidsoap-core/liquidsoap-core.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ conflicts: [
8484
"fdkaac" {< "0.3.1"}
8585
"ffmpeg" {< "1.1.8"}
8686
"ffmpeg-avutil" {< "1.1.8"}
87-
"flac" {< "0.3.0"}
87+
"flac" {< "0.5.0"}
8888
"frei0r" {< "0.1.0"}
8989
"gstreamer" {< "0.3.1"}
9090
"inotify" {< "1.0"}
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidsoap core library and binary"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"ocaml" {>= "4.14.0"}
12+
"dtools" {>= "0.4.5"}
13+
"duppy" {>= "0.9.3"}
14+
"mm" {>= "0.8.4"}
15+
"pcre" {>= "7.5.0"}
16+
"ocurl" {>= "0.9.2"}
17+
"cry" {>= "1.0.0"}
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+
]
28+
depopts: [
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+
]
77+
conflicts: [
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+
"flac" {< "0.5.0"}
88+
"frei0r" {< "0.1.0"}
89+
"gstreamer" {< "0.3.1"}
90+
"inotify" {< "1.0"}
91+
"ladspa" {< "0.2.0"}
92+
"lame" {< "0.3.7"}
93+
"lastfm" {< "0.3.0"}
94+
"lo" {< "0.2.0"}
95+
"mad" {< "0.5.0"}
96+
"magic" {< "0.6"}
97+
"mem_usage" {< "0.0.3"}
98+
"ogg" {< "0.7.4"}
99+
"opus" {< "0.2.0"}
100+
"portaudio" {< "0.2.0"}
101+
"posix-time2" {< "2.0.2"}
102+
"pulseaudio" {< "0.1.4"}
103+
"samplerate" {< "0.1.5"}
104+
"shine" {< "0.2.0"}
105+
"soundtouch" {< "0.1.9"}
106+
"speex" {< "0.4.0"}
107+
"srt" {< "0.3.0"}
108+
"ssl" {< "0.7.0"}
109+
"taglib" {< "0.3.10"}
110+
"sdl-liquidsoap" {< "2"}
111+
"theora" {< "0.4.0"}
112+
"vorbis" {< "0.8.0"}
113+
"xmlplaylist" {< "0.1.3"}
114+
]
115+
build: [
116+
["dune" "subst"] {dev}
117+
[
118+
"dune"
119+
"build"
120+
"-p"
121+
name
122+
"-j"
123+
jobs
124+
"--promote-install-files=false"
125+
"@install"
126+
"@runtest" {with-test}
127+
"@doc" {with-doc}
128+
]
129+
["dune" "install" "-p" name "--create-install-files" name]
130+
]
131+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
132+
url {
133+
src:
134+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
135+
checksum: [
136+
"md5=c64407847ca068005af1b81c37dcfbef"
137+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
138+
]
139+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidsoap language - javascript wrapper"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"ocaml" {>= "4.14.0"}
12+
"liquidsoap-lang" {= version}
13+
"js_of_ocaml-ppx"
14+
"js_of_ocaml"
15+
"odoc" {with-doc}
16+
]
17+
conflicts: [
18+
"liquidsoap" {!= version}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"--promote-install-files=false"
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
["dune" "install" "-p" name "--create-install-files" name]
35+
]
36+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
37+
url {
38+
src:
39+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
40+
checksum: [
41+
"md5=c64407847ca068005af1b81c37dcfbef"
42+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
43+
]
44+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidsoap language library"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"ocaml" {>= "4.14.0"}
12+
"dune-site"
13+
"ppx_string" {build}
14+
"sedlex" {>= "3.2"}
15+
"menhir" {>= "20180703"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"--promote-install-files=false"
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
["dune" "install" "-p" name "--create-install-files" name]
33+
]
34+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
35+
url {
36+
src:
37+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
38+
checksum: [
39+
"md5=c64407847ca068005af1b81c37dcfbef"
40+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
41+
]
42+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidosap standard library -- extra functionalities"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"liquidsoap-libs" {= version}
12+
"liquidsoap-lang" {build}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"--promote-install-files=false"
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
["dune" "install" "-p" name "--create-install-files" name]
30+
]
31+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
32+
url {
33+
src:
34+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
35+
checksum: [
36+
"md5=c64407847ca068005af1b81c37dcfbef"
37+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
38+
]
39+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidosap standard library"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"liquidsoap-lang" {build}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"--promote-install-files=false"
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
["dune" "install" "-p" name "--create-install-files" name]
29+
]
30+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
31+
url {
32+
src:
33+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
34+
checksum: [
35+
"md5=c64407847ca068005af1b81c37dcfbef"
36+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
37+
]
38+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidosap emacs mode"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.6"}
11+
"liquidsoap" {= version}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"--promote-install-files=false"
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
["dune" "install" "-p" name "--create-install-files" name]
29+
]
30+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
31+
post-messages: [
32+
"This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
33+
34+
* for Emacs, add these lines to ~/.emacs:
35+
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
36+
(require 'emacs-mode)
37+
"
38+
{success & !user-setup:installed}
39+
]
40+
url {
41+
src:
42+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.1/liquidsoap-2.2.1.tar.gz"
43+
checksum: [
44+
"md5=c64407847ca068005af1b81c37dcfbef"
45+
"sha512=2b9c376545fcdea5832b323aae580c786d8d216d51a9496cf635c817b462354f50a0d5600f847b5747cfe8dd8e49bff57a071d74131bfa5f96033f1e8d832e79"
46+
]
47+
}

0 commit comments

Comments
 (0)