changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/packy/server.lisp

changeset 698: 96958d3eb5b0
parent: dec30b6fd500
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; packy/server.lisp --- Packy Server
2 
3 ;; Packy Server API.
4 
5 ;;; Commentary:
6 
7 ;; The server is responsible for provisioning connected clients with a package
8 ;; registry API.
9 
10 ;; The server is HTTP/S compatible and based on NET/SRV protocol.
11 
12 ;;; Code:
13 
14 (in-package :packy/server)