# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Liquidsoap language library" maintainer: ["The Savonet Team "] authors: ["The Savonet Team "] 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"} "dune-site" "re" {>= "1.11.0"} "ppx_string" {build} "ppx_hash" {build} "sedlex" {>= "3.2"} "menhir" {>= "20240715"} "xml-light" "odoc" {with-doc} ] 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" x-maintenance-intent: ["(latest)"] url { src: "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz" checksum: [ "md5=6c907aed8a9936bfb0c48b541923bcde" "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" ] }