Get rid of esoteric packages
[cl-cluster.git] / package.lisp
blob78a82d1c8d6deac6fe335450b962f189ffc097d5
1 ;; Copyright 2009 Vitaly Mayatskikh <v.mayatskih@gmail.com>
2 ;;
3 ;; This file is a part of CL-Cluster
4 ;;
5 ;; CL-Cluster is free software: you can redistribute it and/or modify
6 ;; it under the terms of the GNU General Public License as published by
7 ;; the Free Software Foundation, either version 3 of the License, or
8 ;; (at your option) any later version.
9 ;;
10 ;; CL-Cluster is distributed in the hope that it will be useful,
11 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ;; GNU General Public License for more details.
15 ;; You should have received a copy of the GNU General Public License
16 ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18 (defpackage #:cl-cluster
19 (:use :cl :split-sequence :eager-future)
20 (:export :node
21 :node-host
22 :node-lisp
23 :node-alive-p
24 :node-connect
25 :node-send
26 :node-recv
27 :node-flush
28 :node-exec
29 :with-remote
30 :rlet
31 :rplet))