File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/dream-inertia/dream-inertia.0.0.1 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Inertia protocol for OCaml Dream"
3+ description:
4+ "Server side implementation of the Inertia protocol for OCaml Dream web framework"
5+ maintainer: ["Joris Gundermann"]
6+ authors: ["Joris Gundermann"]
7+ license: "MIT"
8+ tags: ["inertia" "dream" "protocol" "web"]
9+ homepage: "https://github.com/Naora/dream-inertia"
10+ bug-reports: "https://github.com/Naora/dream-inertia/issues"
11+ depends: [
12+ "ocaml"
13+ "dream" {>= "1.0.0~alpha8"}
14+ "fmt"
15+ "yojson"
16+ "ppx_yojson_conv"
17+ "ocamlformat" {with-dev}
18+ "lwt_ppx" {with-test}
19+ "dune" {>= "3.14"}
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/Naora/dream-inertia.git"
37+ url {
38+ src:
39+ "https://github.com/Naora/dream-inertia/releases/download/v0.0.1/dream-inertia-0.0.1.tbz"
40+ checksum: [
41+ "sha256=f06fdf957a9719fc7b1a1263337fab8370390cd6b0046fc706d4479824611e89"
42+ "sha512=52248f1c428fdc21404748167303dbf64bc972ae4b133f1be4551972ca60b2f31c78577d9d47d587c604fc8bb0bc460d71ab2af309e5593ee02c1278fb226e3b"
43+ ]
44+ }
45+ x-commit-hash: "2f4b51011d62b556e7d3779ab346b5455d39b5bb"
You can’t perform that action at this time.
0 commit comments