-
-
Notifications
You must be signed in to change notification settings - Fork 130
/
liquidsoap-core.opam
129 lines (129 loc) · 2.43 KB
/
liquidsoap-core.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.3.0"
synopsis: "Liquidsoap core library and binary"
maintainer: ["The Savonet Team <[email protected]>"]
authors: ["The Savonet Team <[email protected]>"]
license: "GPL-2.0-or-later"
homepage: "https://github.com/savonet/liquidsoap"
bug-reports: "https://github.com/savonet/liquidsoap/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.14"}
"dtools" {>= "0.4.5"}
"duppy" {>= "0.9.4"}
"mm" {>= "0.8.4"}
"re" {>= "1.11.0"}
"ocurl" {>= "0.9.2"}
"cry" {>= "1.0.3"}
"camomile" {>= "2.0.0"}
"uri"
"fileutils"
"menhirLib"
"mem_usage" {>= "0.1.1"}
"metadata" {>= "0.3.0"}
"magic-mime"
"dune-build-info"
"liquidsoap-lang" {= version}
"ppx_string" {build}
"odoc" {with-doc}
]
depopts: [
"alsa"
"ao"
"bjack"
"camlimages"
"ctypes-foreign"
"dssi"
"faad"
"fdkaac"
"ffmpeg"
"flac"
"frei0r"
"gd"
"graphics"
"imagelib"
"inotify"
"irc-client-unix"
"jemalloc"
"ladspa"
"lame"
"lastfm"
"lilv"
"lo"
"mad"
"memtrace"
"ogg"
"opus"
"osc-unix"
"portaudio"
"posix-time2"
"pulseaudio"
"prometheus-liquidsoap"
"samplerate"
"shine"
"soundtouch"
"speex"
"sqlite3"
"srt"
"ssl"
"tls-liquidsoap"
"theora"
"sdl-liquidsoap"
"vorbis"
"yaml"
"xmlplaylist"
]
conflicts: [
"alsa" {< "0.3.0"}
"ao" {< "0.2.0"}
"bjack" {< "0.1.3"}
"camomile" {< "1.0.0"}
"dssi" {< "0.1.3"}
"faad" {< "0.5.0"}
"fdkaac" {< "0.3.1"}
"ffmpeg" {< "1.2.0"}
"ffmpeg-avutil" {< "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"inotify" {< "1.0"}
"ladspa" {< "0.2.0"}
"lame" {< "0.3.7"}
"lastfm" {< "0.3.4"}
"lo" {< "0.2.0"}
"mad" {< "0.5.0"}
"magic" {< "0.6"}
"ogg" {< "0.7.4"}
"opus" {< "0.2.0"}
"portaudio" {< "0.2.0"}
"posix-time2" {< "2.0.2"}
"pulseaudio" {< "0.1.4"}
"samplerate" {< "0.1.5"}
"shine" {< "0.2.0"}
"soundtouch" {< "0.1.9"}
"speex" {< "0.4.0"}
"srt" {< "0.3.0"}
"ssl" {< "0.7.0"}
"tls" {< "1.0.2"}
"sdl-liquidsoap" {< "2"}
"theora" {< "0.4.0"}
"vorbis" {< "0.8.0"}
"xmlplaylist" {< "0.1.3"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/liquidsoap.git"