this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Liquidosap standard 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 "liquidsoap-lang" {build}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "--promote-install-files=false"
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28 ["dune" "install" "-p" name "--create-install-files" name]
29]
30dev-repo: "git+https://github.com/savonet/liquidsoap.git"
31url {
32 src:
33 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.5/liquidsoap-2.2.5.tar.gz"
34 checksum: [
35 "md5=8e4d35b2595e31ef5e7a96b605382787"
36 "sha512=3c8c9738cce1adad3707986527b52aac5e5a70f11f58e4aa3647972752275d72d1649657e46cec6afc4c543a4546cc312d1c9b1a4338f9bd6e41c0a702ec5118"
37 ]
38}