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" & < "5.3"} 11 "dtools" {>= "0.4.5"} 12 "duppy" {>= "0.9.4"} 13 "mm" {>= "0.8.6"} 14 "re" {>= "1.11.0"} 15 "ocurl" {>= "0.9.2"} 16 "cry" {>= "1.0.3"} 17 "camomile" {>= "2.0.0"} 18 "uri" 19 "fileutils" 20 "menhirLib" 21 "mem_usage" {>= "0.1.1"} 22 "metadata" {>= "0.3.0"} 23 "magic-mime" 24 "dune-build-info" 25 "liquidsoap-lang" {= version} 26 "ppx_string" {build} 27 "odoc" {with-doc} 28] 29depopts: [ 30 "alsa" 31 "ao" 32 "bjack" 33 "camlimages" 34 "ctypes-foreign" 35 "dssi" 36 "faad" 37 "fdkaac" 38 "ffmpeg" 39 "flac" 40 "frei0r" 41 "gd" 42 "graphics" 43 "imagelib" 44 "inotify" 45 "irc-client-unix" 46 "jemalloc" 47 "ladspa" 48 "lame" 49 "lastfm" 50 "lilv" 51 "lo" 52 "mad" 53 "memtrace" 54 "ogg" 55 "opus" 56 "osc-unix" 57 "portaudio" 58 "posix-time2" 59 "pulseaudio" 60 "prometheus-liquidsoap" 61 "samplerate" 62 "shine" 63 "soundtouch" 64 "speex" 65 "sqlite3" 66 "srt" 67 "ssl" 68 "tls-liquidsoap" 69 "theora" 70 "sdl-liquidsoap" 71 "vorbis" 72 "yaml" 73 "xmlplaylist" 74] 75conflicts: [ 76 "alsa" {< "0.3.0"} 77 "ao" {< "0.2.0"} 78 "bjack" {< "0.1.3"} 79 "camomile" {< "1.0.0"} 80 "dssi" {< "0.1.3"} 81 "faad" {< "0.5.0"} 82 "fdkaac" {< "0.3.1"} 83 "ffmpeg" {< "1.2.0"} 84 "ffmpeg-avutil" {< "1.2.0"} 85 "flac" {< "0.3.0"} 86 "flac" {> "1.0.0"} 87 "frei0r" {< "0.1.0"} 88 "inotify" {< "1.0"} 89 "ladspa" {< "0.2.0"} 90 "lame" {< "0.3.7"} 91 "lastfm" {< "0.3.4"} 92 "lo" {< "0.2.0"} 93 "mad" {< "0.5.0"} 94 "magic" {< "0.6"} 95 "ogg" {< "0.7.4"} 96 "opus" {< "0.2.0"} 97 "portaudio" {< "0.2.0"} 98 "posix-time2" {< "2.0.2"} 99 "pulseaudio" {< "0.1.4"} 100 "samplerate" {< "0.1.5"} 101 "shine" {< "0.2.0"} 102 "soundtouch" {< "0.1.9"} 103 "speex" {< "0.4.0"} 104 "srt" {< "0.3.0"} 105 "ssl" {< "0.7.0"} 106 "tls" {< "1.0.2"} 107 "sdl-liquidsoap" {< "2"} 108 "theora" {< "0.4.0"} 109 "vorbis" {< "0.8.0"} 110 "xmlplaylist" {< "0.1.3"} 111] 112build: [ 113 ["dune" "subst"] {dev} 114 [ 115 "dune" 116 "build" 117 "-p" 118 name 119 "-j" 120 jobs 121 "--promote-install-files=false" 122 "@install" 123 "@runtest" {with-test} 124 "@doc" {with-doc} 125 ] 126 ["dune" "install" "-p" name "--create-install-files" name] 127] 128dev-repo: "git+https://github.com/savonet/liquidsoap.git" 129url { 130 src: 131 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz" 132 checksum: [ 133 "md5=ee0832e348fe3ff9af3c25e57a3f808e" 134 "sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d" 135 ] 136}