diff --git a/packages/slipshow/slipshow.0.0.33/opam b/packages/slipshow/slipshow.0.0.33/opam new file mode 100644 index 000000000000..5e88d0c933cd --- /dev/null +++ b/packages/slipshow/slipshow.0.0.33/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +synopsis: "A compiler from markdown to slipshow" +description: "A longer description" +maintainer: ["Paul-Elliot"] +authors: ["Paul-Elliot"] +license: "MIT" +tags: ["slipsow" "presentation" "slideshow" "beamer"] +homepage: "https://github.com/panglesd/slipshow" +doc: "https://slipshow.readthedocs.io" +bug-reports: "https://github.com/panglesd/slipshow/issues" +depends: [ + "ocaml" + "dune" {>= "3.6"} + "crunch" {with-dev-setup} + "cmdliner" + "base64" + "bos" + "lwt" + "irmin-watcher" + "js_of_ocaml-compiler" + "js_of_ocaml-lwt" + "magic-mime" + "dream" + "fpath" + "brr" + "ppx_blob" + "odoc" {with-doc} + "ocamlformat" {with-dev-setup & = "0.26.2"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/panglesd/slipshow.git" +url { + src: + "https://github.com/panglesd/slipshow/releases/download/v0.0.33/slipshow-0.0.33.tbz" + checksum: [ + "sha256=b0775d83069bafbb28041daf4d3fd997d41d32f61186b7dc22510139853b034f" + "sha512=c6124f7ba1007fa7497bfade6cdaae5be761b64c15283f7d3f2f018fe1699a1e5357f5d5cc612bfac63539cf08fe74cd31eae326fa93c68d8cae926fb257532d" + ] +} +x-commit-hash: "12c6ffdb4bc959224f1f9f75b479f3ce634e2bf2"