Fix for 0MQ 2.0.7.
[julia.git] / package.lisp
blob14197389c59166ebed876ac0907d93ce2507acb4
1 ;; Copyright (c) 2010 Vitaly Mayatskikh <v.mayatskih@gmail.com>
2 ;;
3 ;; This file is part of Julia.
4 ;;
5 ;; Julia is free software; you can redistribute it and/or modify it under
6 ;; the terms of the Lesser 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 ;; Julia 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 ;; Lesser GNU General Public License for more details.
15 ;; You should have received a copy of the Lesser GNU General Public License
16 ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18 (defpackage #:julia
19 (:nicknames :jl)
20 (:use :cl)
21 (:export
22 ;; constants
24 ;; structures
26 ;; functions
28 ;; macros