this repo has no description

Package ppx_dream_eml.1.0

Changed files
+41
packages
ppx_dream_eml
ppx_dream_eml.1.0
+41
packages/ppx_dream_eml/ppx_dream_eml.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "PPX to process Dream's Embedded ML syntax"
+
description:
+
"ppx_dream_eml allows processing Dream's Embedded ML syntax inline without the need to create dune directives and separate files."
+
maintainer: ["Petri-Johan Last"]
+
authors: ["Petri-Johan Last"]
+
license: "MIT"
+
tags: ["http" "web" "dream" "html"]
+
homepage: "https://github.com/pjlast/ppx_dream_eml"
+
doc: "https://github.com/pjlast/ppx_dream_eml"
+
bug-reports: "https://github.com/pjlast/ppx_dream_eml/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.11"}
+
"ppxlib"
+
"dream"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/pjlast/ppx_dream_eml.git"
+
url {
+
src: "https://github.com/pjlast/ppx_dream_eml/archive/refs/tags/1.0.tar.gz"
+
checksum: [
+
"md5=ff3c93a02b418ae319918c0629dcb21f"
+
"sha512=503ef7735fe4421ea234b7d7d57845cbf3e016cb6f29838edad162c96fefdaac6512a1da34cfd0a432638171eba10dc6f556edaf8a610ffaf45fc73646592814"
+
]
+
}