File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/dream-htmx/dream-htmx.0.1.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Htmx utilities for Dream"
3+ description: "Htmx utilities for Dream."
4+ maintainer: ["Jean-Michel Bea"]
5+ authors: ["Jean-Michel Bea"]
6+ license: "ISC"
7+ homepage: "https://github.com/beajeanm/dream-htmx"
8+ doc: "https://beajeanm.github.io/dream-htmx/"
9+ bug-reports: "https://github.com/beajeanm/dream-htmx/issues"
10+ depends: [
11+ "ocaml" {>= "4.08.0"}
12+ "dream" {>= "1.0.0~alpha4"}
13+ "dune" {>= "3.0" & >= "3.4.0"}
14+ "bisect_ppx" {>= "2.5.0" & dev}
15+ "alcotest" {>= "1.6.0" & with-test}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/beajeanm/dream-htmx.git"
33+ url {
34+ src:
35+ "https://github.com/beajeanm/dream-htmx/releases/download/0.1.0/dream-htmx-0.1.0.tbz"
36+ checksum: [
37+ "sha256=2d4aaca8d55d8fcd52988d768d9d38ad9f322edae02f0a7224bf98ab71787781"
38+ "sha512=eda33806abc0f4fca37ae4147f682c1f688c4eb605f70d1dcc2c61ba031d5208e8ceeb54950b4d5b1c0e0f876cd088c603a18cd005fbdee4e7682ee5d65f1f9c"
39+ ]
40+ }
41+ x-commit-hash: "b33070215fab4776b19015f1a28b0e64b395f195"
You can’t perform that action at this time.
0 commit comments