this repo has no description
1opam-version: "2.0" 2synopsis: "A Web server for Trail applications" 3description: 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." 5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7license: "MIT" 8tags: ["riot" "trail" "http" "https" "websocket" "ws" "web" "server" "suri"] 9homepage: "https://github.com/suri-framework/nomad" 10bug-reports: "https://github.com/suri-framework/nomad/issues" 11depends: [ 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] 26build: [ 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] 40dev-repo: "git+https://github.com/suri-framework/nomad.git" 41url { 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} 49x-commit-hash: "15996e3e8befe4579b2248bed6f4eb220d7478f0"