this repo has no description

[new release] nomad (0.0.1)

CHANGES:

Initial release, including:

* Interchangeable protocols

* Incomplete HTTP/1 and WebSocket protocol support

* A configurable HTTP parser with limits for line requests, header count, and
header length

* Pluggable transports to transparently support clear sockets and TLS

* A Trail based handler interface

* A Hello World example

Changed files
+49
packages
nomad
nomad.0.0.1
+49
packages/nomad/nomad.0.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A Web server for Trail applications"
+
description:
+
"Nomad is a web server for the Riot scheduler written entirely in OCaml and is built atop the Atacama connection pool. It aims to be an Application-layer for Trail, implementing: HTTP/1.x, HTTP/2, and WebSockets. It is written with a big focus on clarity."
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["riot" "trail" "http" "https" "websocket" "ws" "web" "server" "suri"]
+
homepage: "https://github.com/suri-framework/nomad"
+
bug-reports: "https://github.com/suri-framework/nomad/issues"
+
depends: [
+
"dune" {>= "3.12"}
+
"atacama" {>= "0.0.1"}
+
"bitstring" {>= "4.1.0"}
+
"decompress" {>= "1.5.3"}
+
"digestif" {>= "1.1.4"}
+
"httpaf" {>= "0.7.1"}
+
"ocaml" {>= "5.1.0"}
+
"ppx_bitstring" {>= "4.1.0"}
+
"riot" {>= "0.0.1"}
+
"telemetry" {>= "0.0.1"}
+
"trail" {>= "0.0.1"}
+
"uutf" {>= "1.0.3"}
+
"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/nomad.git"
+
url {
+
src:
+
"https://github.com/suri-framework/nomad/releases/download/0.0.1/nomad-0.0.1.tbz"
+
checksum: [
+
"sha256=d4502812ce90cef1ca25b63b1a49f6d1c92936acec9efb21a62717364a8d0be0"
+
"sha512=4c80185838e2d8e5b410c3b986f8f0d237b6aa8f67cfbaa2e35f54af3706c927056fb18bcbd73a3ae4a447f43939686b2f5068df3beffcfdfe0f104196f9cd84"
+
]
+
}
+
x-commit-hash: "15996e3e8befe4579b2248bed6f4eb220d7478f0"