File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
packages/slipshow/slipshow.0.1.1 Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 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"
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+ "cmdliner" {>= "1.3.0"}
17+ "base64"
18+ "bos"
19+ "lwt"
20+ "irmin-watcher"
21+ "js_of_ocaml-compiler"
22+ "js_of_ocaml-lwt"
23+ "magic-mime"
24+ "dream" {>= "1.0.0~alpha5"}
25+ "fpath"
26+ "ppx_blob" {>= "0.8.0"}
27+ "sexplib"
28+ "ppx_sexp_conv"
29+ "odoc" {with-doc}
30+ "ocamlformat" {with-dev-setup & = "0.27.0"}
31+ ]
32+ build: [
33+ ["dune" "subst"] {dev}
34+ [
35+ "dune"
36+ "build"
37+ "-p"
38+ name
39+ "-j"
40+ jobs
41+ "@install"
42+ "@runtest" {with-test & os = "linux"}
43+ "@doc" {with-doc}
44+ ]
45+ ]
46+ dev-repo: "git+https://github.com/panglesd/slipshow.git"
47+ url {
48+ src:
49+ "https://github.com/panglesd/slipshow/releases/download/v0.1.1/slipshow-0.1.1.tbz"
50+ checksum: [
51+ "sha256=252cfc464cba5b86565d8fe1090f77807c89cbb551034538faa2a122a1d9ffcf"
52+ "sha512=b5feeeaaffb1263e9f126513f87a3925a5e6f9cc77148a40da54e22d06aa19b53b21703b6998dc2743a71bd839346e620bf2543c08149a1caecfb1aaca576d9f"
53+ ]
54+ }
55+ x-commit-hash: "8127fab3c4a2563792f1eb109ad04d15796dc29f"
You can’t perform that action at this time.
0 commit comments