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"}
11 "dune-site"
12 "saturn_lockfree" {>= "0.4.1" & < "0.5.0"}
13 "re" {>= "1.11.0"}
14 "ppx_string" {build}
15 "ppx_hash" {build}
16 "sedlex" {>= "3.2"}
17 "menhir" {>= "20240715"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "--promote-install-files=false"
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34 ["dune" "install" "-p" name "--create-install-files" name]
35]
36dev-repo: "git+https://github.com/savonet/liquidsoap.git"
37url {
38 src:
39 "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
40 checksum: [
41 "md5=ee0832e348fe3ff9af3c25e57a3f808e"
42 "sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
43 ]
44}