changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/uring.asd

changeset 2: ca8af026ee3d
child: 7e5b3feb2c38
author: ellis <ellis@rwest.io>
date: Sun, 15 Oct 2023 01:50:27 -0400
permissions: -rw-r--r--
description: ffi
1 ;;; uring.asd-*- mode: lisp; -*-
2 (in-package :sys.uring)
3 (defsystem :uring
4  :depends-on (sb-grovel)
5  :components ((grovel-constants-file "uring/cs" :package :uring)
6  (grovel-constants-file "uring/cs.unix" :package :uring)
7  (:file "uring/uring")))