-
Notifications
You must be signed in to change notification settings - Fork 0
/
.project
37 lines (37 loc) · 1.5 KB
/
.project
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
27
28
29
30
31
32
33
34
35
36
37
# Gambas Project File 3.0
Title=Shared Memory object - SHMV2.1 and SHaredMem V1.2 both interfaces
Startup=TestSetArrayValues
Version=3.19.3
Component=gb.image
Component=gb.debug
Component=gb.eval
Component=gb.eval.highlight
Component=gb.pcre
Component=gb.signal
StartupEnvironment=GB_PCODE_VERSION=3.18
Description="SharedMem is a library to enable shared memory between tasks and threads within a single machine with real time change notification, un-named shared memory and named shared memory.\n\nVersion 3.19.3 Drops ShmMem as it has moved to a seperate repository justlostintime/shmmem.\n\nVersion 3.19.1, added rename and speed refinements\n\nVersion 2 improves on speed 50% increase and variable lock/unlock reliability\n\nProject contains both versions\nVersion SharedMem release 3.18.3 production quality\nVersion ShmMem release 3.18.3 Beta quality"
Authors="Westwood"
TabSize=2
Language=en_US
Type=Library
ShowDeprecated=1
ForceBytecodeVersion=3.18
Maintainer=brian
Vendor=WESTWOOD
Address=brian@westwoodsvcs.com
Url=www.westwoodsvcs.com
License=General Public License
Prefix=1
PackageName=westwood-sharedmem-3.19.3
CreateEachDirectory=1
RuntimeVersion="3.17"
Packager=1
Systems=archlinux,autotools,debian,fedora,mageia,slackware,suse,ubuntu
SameDependencies=1
Groups=archlinux:"libdevel"
Groups=debian:"libs"
Groups=fedora:"Development/Libraries"
Groups=mageia:"Development/Tools"
Groups=slackware:"Development/Libraries"
Groups=suse:"System/Libraries"
Groups=ubuntu:"libs"