Skip to content

Commit 6c92248

Browse files
authored
Merge pull request #24924 from camlspotter/opam-publish-camlimages.5.0.5
Package camlimages.5.0.5
2 parents b56daa9 + 2967096 commit 6c92248

File tree

21 files changed

+71
-0
lines changed
  • packages
    • camlimages/camlimages.5.0.5
    • liquidsoap
      • liquidsoap.1.4.0
      • liquidsoap.1.4.1-1
      • liquidsoap.1.4.1-2
      • liquidsoap.1.4.1
      • liquidsoap.1.4.2
      • liquidsoap.1.4.3
      • liquidsoap.1.4.4
      • liquidsoap.2.0.0~rc1
      • liquidsoap.2.0.0
      • liquidsoap.2.0.1
      • liquidsoap.2.0.2-1
      • liquidsoap.2.0.2
      • liquidsoap.2.0.3-1
      • liquidsoap.2.0.3
      • liquidsoap.2.0.4-1
      • liquidsoap.2.0.4-2
      • liquidsoap.2.0.4
      • liquidsoap.2.0.5
      • liquidsoap.2.0.6
      • liquidsoap.2.0.7

21 files changed

+71
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
synopsis: "Image processing library"
3+
description:
4+
"An image processing library, which provides loading and saving various image formats with an interface for the Caml graphics library. It has also an interface with the freetype library to draw texts using truetype fonts."
5+
maintainer: "Jun FURUSE <[email protected]>"
6+
authors: "Jun FURUSE <[email protected]>"
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
homepage: "https://gitlab.com/camlspotter/camlimages"
9+
bug-reports: "https://gitlab.com/camlspotter/camlimages/-/issues"
10+
depends: [
11+
"ocaml" {>= "4.12.1"}
12+
"dune" {>= "3.2"}
13+
"base" {build}
14+
"stdio" {build}
15+
"cppo" {build}
16+
"dune-configurator" {build & >= "2.0.0"}
17+
"ocamlfind" {build}
18+
"odoc" {with-doc}
19+
]
20+
depopts: [
21+
"lablgtk"
22+
"graphics"
23+
"conf-libpng"
24+
"conf-libjpeg"
25+
"conf-freetype"
26+
"conf-libgif"
27+
"conf-ghostscript"
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo: "git+https://gitlab.com/camlspotter/camlimages.git"
44+
url {
45+
src:
46+
"https://gitlab.com/camlspotter/camlimages/-/archive/5.0.5/camlimages-5.0.5.tar.gz"
47+
checksum: [
48+
"md5=84929b30257aa8e493dc84303768f400"
49+
"sha512=b3774d2287e4a97082f0289766f5a79d3e75454a194d2d6400cee9cf926f7676d8eba4cb27221a98314461b7a81b4386b253f1d706a94447423394be89d2ed49"
50+
]
51+
}

packages/liquidsoap/liquidsoap.1.4.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ conflicts: [
135135
"theora" {< "0.3.1"}
136136
"vorbis" {< "0.7.0"}
137137
"xmlplaylist" {< "0.1.3"}
138+
"camlimages" {>= "5.0.5"}
138139
]
139140
bug-reports: "https://github.com/savonet/liquidsoap/issues"
140141
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.1.4.1-1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ conflicts: [
146146
"theora" {< "0.3.1"}
147147
"vorbis" {< "0.7.0"}
148148
"xmlplaylist" {< "0.1.3"}
149+
"camlimages" {>= "5.0.5"}
149150
]
150151
bug-reports: "https://github.com/savonet/liquidsoap/issues"
151152
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.1.4.1-2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ conflicts: [
149149
"theora" {< "0.3.1"}
150150
"vorbis" {< "0.7.0"}
151151
"xmlplaylist" {< "0.1.3"}
152+
"camlimages" {>= "5.0.5"}
152153
]
153154
extra-files: ["ignore-bash-completion-install-errors.patch" "md5=b43419de6e3225f59a42f330f557e877"]
154155
bug-reports: "https://github.com/savonet/liquidsoap/issues"

packages/liquidsoap/liquidsoap.1.4.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ conflicts: [
135135
"theora" {< "0.3.1"}
136136
"vorbis" {< "0.7.0"}
137137
"xmlplaylist" {< "0.1.3"}
138+
"camlimages" {>= "5.0.5"}
138139
]
139140
bug-reports: "https://github.com/savonet/liquidsoap/issues"
140141
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.1.4.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ conflicts: [
147147
"theora" {< "0.3.1"}
148148
"vorbis" {< "0.7.0"}
149149
"xmlplaylist" {< "0.1.3"}
150+
"camlimages" {>= "5.0.5"}
150151
]
151152
bug-reports: "https://github.com/savonet/liquidsoap/issues"
152153
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.1.4.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ conflicts: [
146146
"theora" {< "0.3.1"}
147147
"vorbis" {< "0.7.0"}
148148
"xmlplaylist" {< "0.1.3"}
149+
"camlimages" {>= "5.0.5"}
149150
]
150151
bug-reports: "https://github.com/savonet/liquidsoap/issues"
151152
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.1.4.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ conflicts: [
141141
"theora" {< "0.3.1"}
142142
"vorbis" {< "0.7.0"}
143143
"xmlplaylist" {< "0.1.3"}
144+
"camlimages" {>= "5.0.5"}
144145
]
145146
bug-reports: "https://github.com/savonet/liquidsoap/issues"
146147
dev-repo: "git+https://github.com/savonet/liquidsoap.git"

packages/liquidsoap/liquidsoap.2.0.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ conflicts: [
132132
"theora" {< "0.4.0"}
133133
"vorbis" {< "0.8.0"}
134134
"xmlplaylist" {< "0.1.3"}
135+
"camlimages" {>= "5.0.5"}
135136
]
136137
build: [
137138
["./bootstrap"] {dev}

packages/liquidsoap/liquidsoap.2.0.0~rc1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ conflicts: [
132132
"theora" {< "0.4.0"}
133133
"vorbis" {< "0.8.0"}
134134
"xmlplaylist" {< "0.1.3"}
135+
"camlimages" {>= "5.0.5"}
135136
]
136137
build: [
137138
["./bootstrap"] {dev}

0 commit comments

Comments
 (0)