this repo has no description
1opam-version: "2.0" 2synopsis: "Liquidsoap language library" 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.0"} 11 "dune-site" 12 "ppx_string" {build} 13 "sedlex" {>= "3.2"} 14 "menhir" {>= "20180703"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "--promote-install-files=false" 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31 ["dune" "install" "-p" name "--create-install-files" name] 32] 33dev-repo: "git+https://github.com/savonet/liquidsoap.git" 34url { 35 src: 36 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.3/liquidsoap-2.2.3.tar.gz" 37 checksum: [ 38 "md5=988ffcff06b32998c0810cc667247121" 39 "sha512=5e256f5413e933eecffa6a53ef17a0f586df1dcbb18de70c627b344f21d6f2c92ea770e4d9a416ac0a1aa4d21ce8872849cbe81c1ba6d9acfb973913a8dbb36c" 40 ] 41}