|
| 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.17"} |
| 15 | + "crunch" {with-dev-setup} |
| 16 | + "cmdliner" {>= "1.3.0"} |
| 17 | + "base64" |
| 18 | + "bos" |
| 19 | + "lwt" |
| 20 | + "inotify" {os = "linux"} |
| 21 | + "cf-lwt" {>= "0.4"} |
| 22 | + "astring" |
| 23 | + "fmt" |
| 24 | + "logs" |
| 25 | + "fsevents-lwt" |
| 26 | + "js_of_ocaml-compiler" {>= "6.0.1"} |
| 27 | + "js_of_ocaml-lwt" |
| 28 | + "magic-mime" |
| 29 | + "dream" {>= "1.0.0~alpha5"} |
| 30 | + "fpath" |
| 31 | + "ppx_blob" {>= "0.8.0"} |
| 32 | + "sexplib" |
| 33 | + "ppx_sexp_conv" |
| 34 | + "odoc" {with-doc} |
| 35 | + "ocamlformat" {with-dev-setup & = "0.27.0"} |
| 36 | +] |
| 37 | +build: [ |
| 38 | + ["dune" "subst"] {dev} |
| 39 | + [ |
| 40 | + "dune" |
| 41 | + "build" |
| 42 | + "-p" |
| 43 | + name |
| 44 | + "-j" |
| 45 | + jobs |
| 46 | + "@install" |
| 47 | + "@runtest" {with-test} |
| 48 | + "@doc" {with-doc} |
| 49 | + ] |
| 50 | +] |
| 51 | +dev-repo: "git+https://github.com/panglesd/slipshow.git" |
| 52 | +# We avoid 32 bits arcitecture because our usage of ppx_blob generates strings |
| 53 | +# whose size exceed the maximum size in 32 bits OCaml... |
| 54 | +available: arch != "arm32" & arch != "x86_32" |
| 55 | +x-maintenance-intent: [ "(latest)" ] |
| 56 | +url { |
| 57 | + src: |
| 58 | + "https://github.com/panglesd/slipshow/releases/download/v0.5.0/slipshow-0.5.0.tbz" |
| 59 | + checksum: [ |
| 60 | + "sha256=552517c28e204809f9e2a88505bfe32b598dd8f082d6f4d80630699bd5365812" |
| 61 | + "sha512=08a32707960f38a0bb2c1f6940986029b609e35a9201975d41743b80a9fb7bdaaa3a7389c2171aeb4b1c3f79e82e7689a36641e89eb07ff73a29e4aaf6f48a9e" |
| 62 | + ] |
| 63 | +} |
| 64 | +x-commit-hash: "958e1e35b1634eb5eae69e61a3156d47221ab18e" |
0 commit comments