@eserstack/ajan-darwin-x64 4.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/libeser_ajan.h ADDED
@@ -0,0 +1,99 @@
1
+ /* Code generated by cmd/cgo; DO NOT EDIT. */
2
+
3
+ /* package github.com/eser/ajan */
4
+
5
+
6
+ #line 1 "cgo-builtin-export-prolog"
7
+
8
+ #include <stddef.h>
9
+
10
+ #ifndef GO_CGO_EXPORT_PROLOGUE_H
11
+ #define GO_CGO_EXPORT_PROLOGUE_H
12
+
13
+ #ifndef GO_CGO_GOSTRING_TYPEDEF
14
+ typedef struct { const char *p; ptrdiff_t n; } _GoString_;
15
+ extern size_t _GoStringLen(_GoString_ s);
16
+ extern const char *_GoStringPtr(_GoString_ s);
17
+ #endif
18
+
19
+ #endif
20
+
21
+ /* Start of preamble from import "C" comments. */
22
+
23
+
24
+ #line 5 "main.go"
25
+
26
+ #include <stdlib.h>
27
+
28
+ #line 1 "cgo-generated-wrapper"
29
+
30
+
31
+ /* End of preamble from import "C" comments. */
32
+
33
+
34
+ /* Start of boilerplate cgo prologue. */
35
+ #line 1 "cgo-gcc-export-header-prolog"
36
+
37
+ #ifndef GO_CGO_PROLOGUE_H
38
+ #define GO_CGO_PROLOGUE_H
39
+
40
+ typedef signed char GoInt8;
41
+ typedef unsigned char GoUint8;
42
+ typedef short GoInt16;
43
+ typedef unsigned short GoUint16;
44
+ typedef int GoInt32;
45
+ typedef unsigned int GoUint32;
46
+ typedef long long GoInt64;
47
+ typedef unsigned long long GoUint64;
48
+ typedef GoInt64 GoInt;
49
+ typedef GoUint64 GoUint;
50
+ typedef size_t GoUintptr;
51
+ typedef float GoFloat32;
52
+ typedef double GoFloat64;
53
+ #ifdef _MSC_VER
54
+ #if !defined(__cplusplus) || _MSVC_LANG <= 201402L
55
+ #include <complex.h>
56
+ typedef _Fcomplex GoComplex64;
57
+ typedef _Dcomplex GoComplex128;
58
+ #else
59
+ #include <complex>
60
+ typedef std::complex<float> GoComplex64;
61
+ typedef std::complex<double> GoComplex128;
62
+ #endif
63
+ #else
64
+ typedef float _Complex GoComplex64;
65
+ typedef double _Complex GoComplex128;
66
+ #endif
67
+
68
+ /*
69
+ static assertion to make sure the file is being used on architecture
70
+ at least with matching size of GoInt.
71
+ */
72
+ typedef char _check_for_64_bit_pointer_matching_GoInt[sizeof(void*)==64/8 ? 1:-1];
73
+
74
+ #ifndef GO_CGO_GOSTRING_TYPEDEF
75
+ typedef _GoString_ GoString;
76
+ #endif
77
+ typedef void *GoMap;
78
+ typedef void *GoChan;
79
+ typedef struct { void *t; void *v; } GoInterface;
80
+ typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
81
+
82
+ #endif
83
+
84
+ /* End of boilerplate cgo prologue. */
85
+
86
+ #ifdef __cplusplus
87
+ extern "C" {
88
+ #endif
89
+
90
+ extern char* EserAjanVersion(void);
91
+ extern int EserAjanInit(void);
92
+ extern void EserAjanShutdown(void);
93
+ extern void EserAjanFree(char* ptr);
94
+ extern char* EserAjanConfigLoad(char* path);
95
+ extern char* EserAjanDIResolve(char* name);
96
+
97
+ #ifdef __cplusplus
98
+ }
99
+ #endif
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@eserstack/ajan-darwin-x64",
3
+ "version": "4.1.47",
4
+ "description": "eser-ajan shared library for macOS x64 (Intel)",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/eser/stack",
9
+ "directory": "pkg/@eser/ajan"
10
+ },
11
+ "homepage": "https://github.com/eser/stack/tree/main/pkg/@eser/ajan",
12
+ "bugs": {
13
+ "url": "https://github.com/eser/stack/issues"
14
+ },
15
+ "os": [
16
+ "darwin"
17
+ ],
18
+ "cpu": [
19
+ "x64"
20
+ ],
21
+ "main": "libeser_ajan.dylib",
22
+ "files": [
23
+ "libeser_ajan.dylib",
24
+ "libeser_ajan.h"
25
+ ]
26
+ }