# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Liquidsoap language - javascript wrapper" 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"} "liquidsoap-lang" {= version} "js_of_ocaml-ppx" "js_of_ocaml" {>= "5.7.2"} "odoc" {with-doc} ] conflicts: [ "liquidsoap" {!= version} ] 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.1/liquidsoap-2.3.1.tar.gz" checksum: [ "md5=2ac47f2e67464834c07316a42f0dc4dd" "sha512=837034db19491b652457c7b4eb9a37d8f0b5d1b98b66a396814a894e481b87e04cff473ffe2be043d91a5f19e145c37716e98b41f89119b193ae9b628ea404e5" ] }