-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathedgeofchaos.lib
26 lines (24 loc) · 1019 Bytes
/
edgeofchaos.lib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// =============================================================================
// ========== edgeofchaos.lib ==================================================
// =============================================================================
//
// This file provides access to all the Edge of Chaos library modules through a
// series of environments.
//
// Copyright (c) 2019-2020, Dario Sanfilippo <sanfilippo.dario at gmail dot com>
// All rights reserved.
declare name "Access to the Edge of Chaos library environments";
declare author "Dario Sanfilippo";
declare copyright "Copyright (c) 2019-2020, Dario Sanfilippo <sanfilippo.dario
at gmail dot com>";
declare version "2.0.0";
declare license "GPLv2.0";
au = library("auxiliaryEOC.lib");
d2 = library("delaysEOC.lib");
f2 = library("filtersEOC.lib");
ip = library("informationEOC.lib");
m2 = library("mathsEOC.lib");
st = library("stabilityEOC.lib");
o2 = library("oscillatorsEOC.lib");
op = library("outformationEOC.lib");
ed = library("allEOC.lib");