this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Liquidsoap language library" 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.0"} 12 "dune-site" 13 "ppx_string" {build} 14 "sedlex" {>= "3.2"} 15 "menhir" {>= "20180703"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "--promote-install-files=false" 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32 ["dune" "install" "-p" name "--create-install-files" name] 33] 34dev-repo: "git+https://github.com/savonet/liquidsoap.git" 35url { 36 src: 37 "https://github.com/savonet/liquidsoap/archive/refs/tags/v2.2.0.tar.gz" 38 checksum: [ 39 "md5=7c66a8995b267504a953023dc83a71b9" 40 "sha512=f1ba43fcd0bba005bfc3ae4df9897860d11108a7cef3bdb216c2be955dc48a5c0e536fa130eeb6bdcc4d08abc706285c3a8e60d64fb495de9afb481615768167" 41 ] 42}