changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/obj/build.lisp

changeset 252: c53892c30395
child: 95b861dff3d8
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 30 Mar 2024 19:44:30 -0400
permissions: -rw-r--r--
description: uring primitives and build-from
1 ;;; obj/build.lisp --- Builder API
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :obj/build)
7 
8 (defgeneric build (self &key &allow-other-keys))
9 (defgeneric build-from (self from &key &allow-other-keys))