this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Liquidsoap language - javascript wrapper" 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"} 12 "liquidsoap-lang" {= version} 13 "js_of_ocaml-ppx" 14 "js_of_ocaml" {>= "5.7.2"} 15 "odoc" {with-doc} 16] 17conflicts: [ 18 "liquidsoap" {!= version} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "--promote-install-files=false" 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34 ["dune" "install" "-p" name "--create-install-files" name] 35] 36dev-repo: "git+https://github.com/savonet/liquidsoap.git" 37x-maintenance-intent: ["(latest)"] 38url { 39 src: 40 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz" 41 checksum: [ 42 "md5=6c907aed8a9936bfb0c48b541923bcde" 43 "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" 44 ] 45}