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.3.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.2/liquidsoap-2.2.2.tar.gz" 139 checksum: [ 140 "md5=7f48c4888cb9f575d1658c7cf096c860" 141 "sha512=8cb337a9980a580ec548ecb59a7a070313cc3f96f1cc4d16eed2eb26403fdfa99f803022e828dc5d7b8c63baf02f32145d96e133036279a7576595ca3f4afccf" 142 ] 143} 144x-maintenance-intent: ["(latest)"]