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