Skip to content

Commit 58c7821

Browse files
Merge pull request ocaml#27821 from Naora/release-dream-inertia-v0.0.1
[new release] dream-inertia (0.0.1)
2 parents 836a09b + 588f313 commit 58c7821

File tree

1 file changed

+45
-0
lines changed
  • packages/dream-inertia/dream-inertia.0.0.1

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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"

0 commit comments

Comments
 (0)