-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
38 lines (38 loc) · 1.05 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
opam-version: "2.0"
synopsis: "Liquidosap standard library"
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
license: "GPL-2.0-or-later"
homepage: "https://github.com/savonet/liquidsoap"
bug-reports: "https://github.com/savonet/liquidsoap/issues"
available: false
depends: [
"dune" {>= "3.6"}
"liquidsoap-lang" {build}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
url {
src:
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz"
checksum: [
"md5=3e5b2804d436740a8e91bc201dcb046e"
"sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1"
]
}