this repo has no description
1opam-version: "2.0" 2synopsis: "Liquidsoap language - javascript wrapper" 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"} 11 "liquidsoap-lang" {= version} 12 "js_of_ocaml-ppx" 13 "js_of_ocaml" {>= "5.7.2"} 14 "odoc" {with-doc} 15] 16conflicts: [ 17 "liquidsoap" {!= version} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/savonet/liquidsoap.git" 36url { 37 src: 38 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz" 39 checksum: [ 40 "md5=ee0832e348fe3ff9af3c25e57a3f808e" 41 "sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d" 42 ] 43}