Skip to content

Commit 4d82fb8

Browse files
authored
Merge pull request #28970 from panglesd/release-slipshow-v0.7.0
[new release] slipshow (0.7.0)
2 parents 5a187d0 + ce51b49 commit 4d82fb8

File tree

1 file changed

+66
-0
lines changed
  • packages/slipshow/slipshow.0.7.0

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
"ppx_deriving_yojson"
36+
"odoc" {with-doc}
37+
"ocamlformat" {with-dev-setup & = "0.27.0"}
38+
]
39+
build: [
40+
["dune" "subst"] {dev}
41+
[
42+
"dune"
43+
"build"
44+
"-p"
45+
name
46+
"-j"
47+
jobs
48+
"@install"
49+
"@runtest" {with-test}
50+
"@doc" {with-doc}
51+
]
52+
]
53+
dev-repo: "git+https://github.com/panglesd/slipshow.git"
54+
# We avoid 32 bits arcitecture because our usage of ppx_blob generates strings
55+
# whose size exceed the maximum size in 32 bits OCaml...
56+
available: arch != "arm32" & arch != "x86_32"
57+
x-maintenance-intent: [ "(latest)" ]
58+
url {
59+
src:
60+
"https://github.com/panglesd/slipshow/releases/download/v0.7.0/slipshow-0.7.0.tbz"
61+
checksum: [
62+
"sha256=c719baa426fa8902abeda22c5b0896845af95fea430757b116fcb1bc60472344"
63+
"sha512=498c75abefc6fc5178dbed66ea1848f618204591dedac9d19cd538dbc1074d473e706c3b902cceba17e2fe273eddea02fdbd0837f53ba8cd4bdd96efcccc2e4c"
64+
]
65+
}
66+
x-commit-hash: "452564bf4149376c48b18aa57f6681ecde409555"

0 commit comments

Comments
 (0)