this repo has no description

Merge pull request #25658 from leostera/release-trail-0.0.1

[new release] trail (0.0.1)

Changed files
+52
packages
trail
trail.0.0.1
+52
packages/trail/trail.0.0.1/opam
···
···
+
opam-version: "2.0"
+
synopsis:
+
"A minimalistic, composable web framework for building HTTP/WebSocket servers"
+
description:
+
"Trail is a minimalistic, composable framework for building HTTP/WebSocket servers for Riot, inspired by Elixir's Plug & WebSock. It provides you with a small set of abstractions for building _trails_ that can be assembled to handle a request. This includes a logger, a router, a socket endpoint, an interface to handling web socket frames, and more"
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: [
+
"composable" "web framework" "http" "websockets" "ws" "riot" "multicore"
+
]
+
homepage: "https://github.com/suri-framework/trail"
+
bug-reports: "https://github.com/suri-framework/trail/issues"
+
depends: [
+
"alcotest" {with-test & >= "1.7.0"}
+
"atacama" {>= "0.0.5"}
+
"bytestring" {>= "0.0.1"}
+
"http" {>= "6.0.0~beta2"}
+
"magic-mime" {>= "1.3.1"}
+
"mdx" {with-test & >= "2.3.1"}
+
"ocaml" {>= "5.1.0"}
+
"ppx_bitstring" {>= "4.1.0"}
+
"qcheck" {with-test & >= "0.21.3"}
+
"riot" {>= "0.0.9"}
+
"uuidm" {>= "0.9.8"}
+
"dune" {>= "3.11"}
+
"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/suri-framework/trail.git"
+
url {
+
src:
+
"https://github.com/suri-framework/trail/releases/download/0.0.1/trail-0.0.1.tbz"
+
checksum: [
+
"sha256=0a034596e0a8527cf775efc1c4bb08bdccb39971164a11bddcf6ee358e593c5e"
+
"sha512=012591f9c9b88ab774a577d6b534019f8270888999834d71aeddf33f92fbd09c4f56449aeafc3ccc7850558a555177f626e46b66355251249824ffcbd4f2294b"
+
]
+
}
+
x-commit-hash: "fff3b39c1bab450075bbbac3d8d0cfe4993c3ea4"