Skip to content

Commit 5979d63

Browse files
authored
Merge pull request #25948 from panglesd/release-slipshow-v0.0.32-3-gad3df09
[new release] slipshow (0.0.32)
2 parents c45f5ba + 6bb61e9 commit 5979d63

File tree

1 file changed

+54
-0
lines changed
  • packages/slipshow/slipshow.0.0.32

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "A compiler from markdown to slipshow"
3+
description: "A longer description"
4+
maintainer: ["Paul-Elliot"]
5+
authors: ["Paul-Elliot"]
6+
license: "MIT"
7+
tags: ["slipshow" "presentation" "slideshow" "beamer"]
8+
homepage: "https://github.com/panglesd/slipshow"
9+
doc: "https://slipshow.readthedocs.io"
10+
bug-reports: "https://github.com/panglesd/slipshow/issues"
11+
depends: [
12+
"ocaml" {>= "4.14"}
13+
"dune" {>= "3.6"}
14+
"crunch" {with-dev-setup}
15+
"cmdliner"
16+
"base64"
17+
"bos"
18+
"lwt"
19+
"inotify"
20+
"js_of_ocaml-compiler"
21+
"js_of_ocaml-lwt"
22+
"magic-mime"
23+
"dream" {>= "1.0.0~alpha5"}
24+
"fpath"
25+
"brr" {>= "0.0.6"}
26+
"ppx_blob" {>= "0.7.2"}
27+
"odoc" {with-doc}
28+
"ocamlformat" {with-dev-setup & = "0.26.1"}
29+
]
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test & os = "linux"}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
conflicts: [ "ocaml-option-bytecode-only" ]
45+
dev-repo: "git+https://github.com/panglesd/slipshow.git"
46+
url {
47+
src:
48+
"https://github.com/panglesd/slipshow/releases/download/v0.0.32/slipshow-0.0.32.tbz"
49+
checksum: [
50+
"sha256=f1f386112cb04ad2284f6ade60c35b52dc380bda6bdaff7158bc729322f1fa93"
51+
"sha512=9ef7b3fd72861edf6a31e777af805254b59d7d97b126688dca7ae7c7ef52a3b4ec49d2300ff3b5d6f13df41791e83c7a5c1f32cadf76dbaf3896305bdb5ff265"
52+
]
53+
}
54+
x-commit-hash: "32b86bb81ec574f493b0f3eabfdda786ba6c8955"

0 commit comments

Comments
 (0)