Skip to content

Commit d156068

Browse files
authored
Merge pull request #28351 from panglesd/release-slipshow-v0.6.0
[new release] slipshow (0.6.0): The King's Slipshow
2 parents ea02e4c + 9885376 commit d156068

File tree

1 file changed

+65
-0
lines changed
  • packages/slipshow/slipshow.0.6.0

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
opam-version: "2.0"
2+
synopsis: "A compiler from markdown to slipshow"
3+
description:
4+
"Slipshow is an engine to write slips, a concept evolved from slides."
5+
maintainer: ["Paul-Elliot"]
6+
authors: ["Paul-Elliot"]
7+
license: ["GPL-3.0-or-later" "ISC" "BSD-3-Clause" "Apache-2.0" "OFL-1.1"]
8+
tags: ["slipshow" "presentation" "slideshow" "beamer"]
9+
homepage: "https://github.com/panglesd/slipshow"
10+
doc: "https://slipshow.readthedocs.io"
11+
bug-reports: "https://github.com/panglesd/slipshow/issues"
12+
depends: [
13+
"ocaml" {>= "4.14"}
14+
"dune" {>= "3.6"}
15+
"crunch" {with-dev-setup}
16+
"lambdasoup" {with-test}
17+
"cmdliner" {>= "1.3.0"}
18+
"base64"
19+
"bos"
20+
"lwt"
21+
"inotify" {os = "linux"}
22+
"cf-lwt" {>= "0.4"}
23+
"astring"
24+
"fmt"
25+
"logs"
26+
"fsevents-lwt"
27+
"js_of_ocaml-compiler" {>= "6.0.1"}
28+
"js_of_ocaml-lwt"
29+
"magic-mime"
30+
"dream" {>= "1.0.0~alpha5"}
31+
"fpath"
32+
"ppx_blob" {>= "0.8.0"}
33+
"sexplib"
34+
"ppx_sexp_conv"
35+
"odoc" {with-doc}
36+
"ocamlformat" {with-dev-setup & = "0.27.0"}
37+
]
38+
build: [
39+
["dune" "subst"] {dev}
40+
[
41+
"dune"
42+
"build"
43+
"-p"
44+
name
45+
"-j"
46+
jobs
47+
"@install"
48+
"@runtest" {with-test}
49+
"@doc" {with-doc}
50+
]
51+
]
52+
dev-repo: "git+https://github.com/panglesd/slipshow.git"
53+
# We avoid 32 bits arcitecture because our usage of ppx_blob generates strings
54+
# whose size exceed the maximum size in 32 bits OCaml...
55+
available: arch != "arm32" & arch != "x86_32"
56+
x-maintenance-intent: [ "(latest)" ]
57+
url {
58+
src:
59+
"https://github.com/panglesd/slipshow/releases/download/v0.6.0/slipshow-0.6.0.tbz"
60+
checksum: [
61+
"sha256=175bb890a7ea6c6ceae04087b1af03c65f457d877e845e1a24aded4852b0d12e"
62+
"sha512=67bbcde432af9894e971d63d4caaf46d648098a4d1a26337f4e85561848150a02687573e023fb5575444541314794b7e65da5bbb6171094070e80c2876dcabfd"
63+
]
64+
}
65+
x-commit-hash: "09bfdaec42587be139fc5843d3907fd96d3ba28a"

0 commit comments

Comments
 (0)