Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 293 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 293 Bytes

Ash

Ash is a simple http server, written in Ada.

Warnings

This codebase relies on some GNAT extensions.

Build

make

Run tests

git submodule init --update
make test

LICENSE

See License

Thoughts

  • Find out if sendfile exists/is usable on ada