xref: /freebsd/release/packages/ucl/flua-all.ucl (revision 957715f877b57a17545ead94d27ea8fd3ff4932a)
1*957715f8SLexi Winter/*
2*957715f8SLexi Winter * SPDX-License-Identifier: ISC
3*957715f8SLexi Winter *
4*957715f8SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org>
5*957715f8SLexi Winter *
6*957715f8SLexi Winter * Permission to use, copy, modify, and distribute this software for any
7*957715f8SLexi Winter * purpose with or without fee is hereby granted, provided that the above
8*957715f8SLexi Winter * copyright notice and this permission notice appear in all copies.
9*957715f8SLexi Winter *
10*957715f8SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11*957715f8SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12*957715f8SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13*957715f8SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14*957715f8SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15*957715f8SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16*957715f8SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17*957715f8SLexi Winter */
18*957715f8SLexi Winter
19*957715f8SLexi Wintercomment = "Private Lua implementation"
20*957715f8SLexi Winter
21*957715f8SLexi Winterdesc = <<EOD
22*957715f8SLexi Winterflua(1) is an implementation of Lua for use by the base system.  This facility
23*957715f8SLexi Winteris not intended for general use, and may be modified or removed at any time
24*957715f8SLexi Winterwithout notice.
25*957715f8SLexi Winter
26*957715f8SLexi WinterSupported versions of Lua for general use are available in the FreeBSD Ports
27*957715f8SLexi WinterCollection.
28*957715f8SLexi WinterEOD
29*957715f8SLexi Winter
30*957715f8SLexi Winterannotations {
31*957715f8SLexi Winter	set = "optional,optional-jail"
32*957715f8SLexi Winter}
33