this repo has no description
1opam-version: "2.0" 2synopsis: "Liquidosap standard 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 "liquidsoap-lang" {build} 11 "odoc" {with-doc} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "--promote-install-files=false" 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27 ["dune" "install" "-p" name "--create-install-files" name] 28] 29dev-repo: "git+https://github.com/savonet/liquidsoap.git" 30url { 31 src: 32 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4-1.tar.gz" 33 checksum: [ 34 "md5=76f8d12f8245cc1a28845983c7661e51" 35 "sha512=061d57d4c79026efd3d8991a1fcf4901b4765e0908bfc921774ccd20fc740ee106963d524946087d5474973e45b94b97ca6f5599d6d19353309992a96fa82f21" 36 ] 37}