syndicate-ssh/syndicate-ssh/info.rkt

24 lines
516 B
Racket
Raw Normal View History

2021-06-10 19:42:23 +00:00
;;; SPDX-License-Identifier: LGPL-3.0-or-later
;;; SPDX-FileCopyrightText: Copyright © 2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
#lang setup/infotab
(define collection "syndicate-ssh")
(define deps '(
"base"
"bitsyntax"
"crypto-lib"
2021-06-10 19:42:23 +00:00
"preserves"
"syndicate"
2021-06-10 19:42:23 +00:00
"unix-socket-lib"
"sandbox-lib"
2021-06-10 19:42:23 +00:00
))
(define build-deps '("rackunit-lib"))
2021-06-10 19:42:23 +00:00
(define pre-install-collection "private/install.rkt")