this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26564 from panglesd/release-slipshow-v0.0.33

[new release] slipshow (0.0.33)

authored by

Anil Madhavapeddy and committed by
GitHub
486d12d8 5be5460b

+54
+54
packages/slipshow/slipshow.0.0.33/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A compiler from markdown to slipshow" 3 + description: "Slipshow is an engine to write slips, a concept evolved from slides." 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 + "irmin-watcher" 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.8.0"} 27 + "odoc" {with-doc} 28 + "ocamlformat" {with-dev-setup & = "0.26.2"} 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.33/slipshow-0.0.33.tbz" 49 + checksum: [ 50 + "sha256=b0775d83069bafbb28041daf4d3fd997d41d32f61186b7dc22510139853b034f" 51 + "sha512=c6124f7ba1007fa7497bfade6cdaae5be761b64c15283f7d3f2f018fe1699a1e5357f5d5cc612bfac63539cf08fe74cd31eae326fa93c68d8cae926fb257532d" 52 + ] 53 + } 54 + x-commit-hash: "12c6ffdb4bc959224f1f9f75b479f3ce634e2bf2"