this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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

+49
+49
packages/nomad/nomad.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A Web server for Trail applications" 3 + description: 4 + "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." 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["riot" "trail" "http" "https" "websocket" "ws" "web" "server" "suri"] 9 + homepage: "https://github.com/suri-framework/nomad" 10 + bug-reports: "https://github.com/suri-framework/nomad/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "atacama" {>= "0.0.1"} 14 + "bitstring" {>= "4.1.0"} 15 + "decompress" {>= "1.5.3"} 16 + "digestif" {>= "1.1.4"} 17 + "httpaf" {>= "0.7.1"} 18 + "ocaml" {>= "5.1.0"} 19 + "ppx_bitstring" {>= "4.1.0"} 20 + "riot" {>= "0.0.1"} 21 + "telemetry" {>= "0.0.1"} 22 + "trail" {>= "0.0.1"} 23 + "uutf" {>= "1.0.3"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/suri-framework/nomad.git" 41 + url { 42 + src: 43 + "https://github.com/suri-framework/nomad/releases/download/0.0.1/nomad-0.0.1.tbz" 44 + checksum: [ 45 + "sha256=d4502812ce90cef1ca25b63b1a49f6d1c92936acec9efb21a62717364a8d0be0" 46 + "sha512=4c80185838e2d8e5b410c3b986f8f0d237b6aa8f67cfbaa2e35f54af3706c927056fb18bcbd73a3ae4a447f43939686b2f5068df3beffcfdfe0f104196f9cd84" 47 + ] 48 + } 49 + x-commit-hash: "15996e3e8befe4579b2248bed6f4eb220d7478f0"