Third-party Libraries
Server
- abseil
-
-
Version: 20260107.1
-
Description: Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you. Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole.
-
License: Copyright file
-
Website: link
-
- aglink
-
-
Version: 6.1.0.0
-
Description: DeltaLogic ACCON-AGLink
-
License: Copyright file
-
- Boost
-
-
Version: 1.90.0
-
Description: Boost C++ source libraries.
-
License: Copyright file
-
Website: link
-
- bzip2
-
-
Version: 1.0.8
-
Description: bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.
-
License: Copyright file
-
Website: link
-
- c-ares
-
-
Version: 1.34.6
-
Description: A C library for asynchronous DNS requests
-
License: Copyright file
-
Website: link
-
- crc32c
-
-
Version: 1.1.2
-
Description: CRC32C implementation with support for CPU-specific acceleration instructions.
-
License: Copyright file
-
Website: link
-
- curl
-
-
Version: 8.19.0
-
Description: A library for transferring data with URLs
-
License: Copyright file
-
Website: link
-
- expat
-
-
Version: 2.8.0
-
Description: XML parser library written in C
-
License: Copyright file
-
Website: link
-
- flatbuffers
-
-
Version: 25.12.19
-
Description: FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
-
License: Copyright file
-
Website: link
-
- fmt
-
-
Version: 12.1.0
-
Description: {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
-
License: Copyright file
-
Website: link
-
- grpc
-
-
Version: 1.76.0
-
Description: gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.
-
License: Copyright file
-
Website: link
-
- jwt-cpp
-
-
Version: 0.7.2
-
Description: A header only library for creating and validating json web tokens in c++
-
License: Copyright file
-
Website: link
-
- leveldb
-
-
Version: 1.23+
-
Description: LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
License: Copyright file
-
Website: link
-
- libbson
-
-
Version: 2.2.3
-
Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
-
License: Copyright file
-
Website: link
-
- libcuckoo
-
-
Version: 0.3.1
-
Description: A high-performance, concurrent hash table
-
License: Copyright file
-
Website: link
-
- librdkafka
-
-
Version: 2.13.0
-
Description: The Apache Kafka C/C++ library
-
License: Copyright file
-
Website: link
-
- libuv
-
-
Version: 1.52.1
-
Description: libuv is a multi-platform support library with a focus on asynchronous I/O.
-
License: Copyright file
-
Website: link
-
- libwebsockets
-
-
Version: 4.5.7
-
Description: Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.
-
License: Copyright file
-
Website: link
-
- libzip
-
-
Version: 1.11.4
-
Description: A C library for reading, creating, and modifying zip archives.
-
License: Copyright file
-
Website: link
-
- lmdb
-
-
Version: 1.0
-
Description: LMDB is an extraordinarily fast, memory-efficient database
-
License: Copyright file
-
Website: link
-
- lua
-
-
Version: 5.5.0
-
Description: A powerful, fast, lightweight, embeddable scripting language
-
License: Copyright file
-
Website: link
-
- luaautoc
-
-
Version: 0.1-6a819fa
-
Description: Automagically use C Functions and Structs with the Lua API
-
License: Copyright file
-
- lz4
-
-
Version: 1.10.0
-
Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core.
-
License: Copyright file
-
Website: link
-
- mimalloc
-
-
Version: 2.1.2
-
Description: Compact general purpose allocator with excellent performance
-
License: Copyright file
-
Website: link
-
- mongo-c-driver
-
-
Version: 2.2.3
-
Description: Client library written in C for MongoDB.
-
License: Copyright file
-
Website: link
-
- mongo-cxx-driver
-
-
Version: 4.1.4
-
Description: MongoDB C++ Driver.
-
License: Copyright file
-
Website: link
-
- mongo-cxx-driver-legacy10
-
-
Version: 1.0.7
-
Description: MongoDB C++ Driver, legacy 1.0 version
-
License: Copyright file
-
- mosquitto
-
-
Version: 2.0.22
-
Description: Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino
-
License: Copyright file
-
Website: link
-
- nghttp2
-
-
Version: 1.68.1
-
Description: Implementation of the Hypertext Transfer Protocol version 2 in C
-
License: Copyright file
-
Website: link
-
- openssl
-
-
Version: 3.6.2
-
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.
-
License: Copyright file
-
Website: link
-
- protobuf
-
-
Version: 6.33.4
-
Description: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
-
License: Copyright file
-
Website: link
-
- rapidjson
-
-
Version: 2025-02-26
-
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>
-
License: Copyright file
-
Website: link
-
- re2
-
-
Version: 2025-11-05
-
Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
-
License: Copyright file
-
Website: link
-
- snappy
-
-
Version: 1.2.2
-
Description: A fast compressor/decompressor.
-
License: Copyright file
-
Website: link
-
- sqlite3
-
-
Version: 3.52.0
-
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
-
License: Copyright file
-
Website: link
-
- utf8-range
-
-
Version: 6.33.4
-
Description: Fast UTF-8 validation with Range algorithm (NEON+SSE4+AVX2)
-
License: Copyright file
-
Website: link
-
- utf8proc
-
-
Version: 2.11.3
-
Description: Clean C library for processing UTF-8 Unicode data.
-
License: Copyright file
-
Website: link
-
- uthash
-
-
Version: 2.3.0
-
Description: C macros for hash tables and more.
-
License: Copyright file
-
Website: link
-
- wintls
-
-
Version: 2024-08-01
-
Description: Native Windows TLS stream for Asio
-
License: Copyright file
-
Website: link
-
- yaml-cpp
-
-
Version: 0.9.0
-
Description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
-
License: Copyright file
-
Website: link
-
- zlib
-
-
Version: 1.3.1
-
Description: A compression library
-
License: Copyright file
-
Website: link
-
- zstd
-
-
Version: 1.5.7
-
Description: Zstandard - Fast real-time compression algorithm
-
License: Copyright file
-
Website: link
-
Lua
- dkjson
- lpeg
-
-
Version: 1.1.0
-
Description: LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
-
License: Copyright file
-
Website: link
-
- lua-curlv3
-
-
Version: 0.3.13
-
Description: Lua bindings for curl
-
License: Copyright file
-
- lua-mimetypes
-
-
Version: 1.0.0
-
Description: Lua library designed to provide a nice, non-server-bound database of MIME types.
-
Authors: Matthew Frazier
-
License: Copyright file
-
- lua-mongo
-
-
Version: 1.2.3
-
Description: MongoDB Driver for Lua
-
License: Copyright file
-
- lua-mosquitto
-
-
Version: 0.4.1
-
Description: Lua bindings to the libmosquitto client library.
-
License: Copyright file
-
- lua-rapidjson
-
-
Version: 0.7.1
-
Description: A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3, based on the very fast RapidJSON C++ library
-
License: Copyright file
-
- lua-schema
- lua-xlsx
-
-
Description: Provides read access to .xlsx files
-
Authors: Josh Jensen
-
Website: link
-
- lua-xmlize
-
-
Authors: Josh Jensen
-
Website: link
-
- lua-zip
-
-
Version: 0.2-0
-
Description: lua_zip - Lua 5.1 interface to libzip
-
License: Copyright file
-
- luaexpat
-
-
Version: 1.3.0
-
Description: LuaExpat is a SAX XML parser based on the Expat library.
-
License: Copyright file
-
- luafilesystem
-
-
Version: 1.9.0
-
Description: LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
-
License: Copyright file
-
Website: link
-
- luasec
-
-
Version: 1.3.2
-
Description: LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.
-
License: Copyright file
-
Website: link
-
- luasocket
-
-
Version: 3.1.0
-
Description: LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
-
License: Copyright file
-
Website: link
-
- luasql
-
-
Version: 2.6.0
-
Description: LuaSQL is a simple interface from Lua to a DBMS.
-
License: Copyright file
-
Website: link
-
- luaxp
- lustache
-
-
Version: 2021.01.15
-
Description: Logic-less {{mustache}} templates with Lua
-
License: Copyright file
-
Setup
- Native Setup Configuration API
-
-
Version: 1.8.24
-
Description: Native query API for enumerating Visual Studio setup instances.
-
Authors: Microsoft
-
License: link
-
- OPC Classic Core Components
-
-
Version: 3.1.1
-
Description: These packages provide the OPC Classic (COM/DCOM) proxy stub libraries and the .NET wrappers that allow .NET applications to communicate with OPC Classic applications. This package was modified (opc-com-proxystub-mergemodule-3.1.1-x64.msm and opc-com-proxystub-mergemodule-3.1.1-x86.msm) by inmation team (mariusz.fiszer@emerson.com) to fix the bug.
-
Authors: OPC Foundation
-
Website: link
-
- Visual C++ Redistributable for Visual Studio
-
-
Version: 9.0.30729
-
Description: Microsoft Visual C++ Redistributable
-
Authors: Microsoft
-
Website: link
-
- WiX Toolset
-
-
Description: The WiX Toolset builds Windows installation packages from XML source code. To obtain a copy of the modified source code, please contact support at "https://support.inmation.com".
-
Authors: .NET Foundation and contributors
-
License: Copyright file
-
Website: link
-
- WiX Toolset Bootstrapper Application Layer Extension
-
-
Version: 3.2.42
-
Description: Windows Installer XML Toolset Bootstrapper Application Layer Extension
-
Authors: .NET Foundation
-
Packages
- Apache log4net
-
-
Version: 2.0.15
-
Description: log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
-
Authors: The Apache Software Foundation
-
License: link
-
Website: link
-
- Costura.Fody
- Fody
- Json.NET
- PI Software Development Kit
-
-
Version: 1.3.6.361
-
Description: PI SDK 64-bit module
-
Authors: OSIsoft
-
- SIMATIC BATCH COM API
-
-
Version: 1.0.0
-
Description: COM API interface to communicate with the SIMATIC BATCH System
-
Authors: SIEMENS
-
- Uniformance PHD .NET interface
-
-
Version: 310.1.0.1
-
Description: Uniformance PHD API libraries
-
Authors: Honeywell
-
Web Studio
- @floating-ui/dom
-
-
Version: 1.7.6
-
Authors: atomiks
-
License: MIT
-
Website: link
-
- @inmation/inmation-api-client
-
-
Version: 1.9.5
-
Authors: inmation Software
-
License: MIT
-
Website: link
-
- @rjsf/core
-
-
Version: 6.1.2
-
Authors: Nicolas Perriault
-
License: Apache-2.0
-
Website: link
-
- @rjsf/utils
-
-
Version: 6.1.2
-
Authors: Heath Chiavettone
-
License: Apache-2.0
-
Website: link
-
- @rjsf/validator-ajv8
-
-
Version: 6.1.2
-
Authors: Heath Chiavettone
-
License: Apache-2.0
-
Website: link
-
- @svgdotjs/svg.js
-
-
Version: 3.2.5
-
Authors: Wout Fierens
-
License: MIT
-
Website: link
-
- @tanstack/react-table
-
-
Version: 8.21.3
-
Authors: Tanner Linsley
-
License: MIT
-
Website: link
-
- @tanstack/react-virtual
-
-
Version: 3.13.24
-
Authors: Tanner Linsley
-
License: MIT
-
Website: link
-
- classnames
-
-
Version: 2.5.1
-
Authors: Jed Watson
-
License: MIT
-
Website: link
-
- color
-
-
Version: 5.0.3
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- copy-to-clipboard
-
-
Version: 3.3.3
-
Authors: sudodoki
-
License: MIT
-
Website: link
-
- crypto-js
-
-
Version: 4.2.0
-
Authors: Evan Vosberg
-
License: MIT
-
Website: link
-
- d3
-
-
Version: 7.9.0
-
Authors: Mike Bostock
-
License: ISC
-
Website: link
-
- d3-dsv
-
-
Version: 3.0.1
-
Authors: Mike Bostock
-
License: ISC
-
Website: link
-
- date-fns
-
-
Version: 4.1.0
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- date-fns-tz
-
-
Version: 3.2.0
-
Authors: Marnus Weststrate
-
License: MIT
-
Website: link
-
- deepmerge
-
-
Version: 4.3.1
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- dexie
-
-
Version: 4.2.1
-
Authors: David Fahlander
-
License: Apache-2.0
-
Website: link
-
- dompurify
-
-
Version: 3.4.9
-
Authors: Dr.-Ing. Mario Heiderich, Cure53
-
License: (MPL-2.0 OR Apache-2.0)
-
Website: link
-
- draw.io
-
-
Version: 30.2.5
-
Authors: JGraph Ltd
-
License: Apache-2.0
-
Website: link
-
- echarts
-
-
Version: 6.1.0
-
Authors: Unknown
-
License: Apache-2.0
-
Website: link
-
- es-toolkit
-
-
Version: 1.45.1
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- eventemitter3
-
-
Version: 5.0.4
-
Authors: Arnout Kazemier
-
License: MIT
-
Website: link
-
- file-saver
-
-
Version: 2.0.5
-
Authors: Eli Grey
-
License: MIT
-
Website: link
-
- filesize
-
-
Version: 9.0.0
-
Authors: Jason Mulligan
-
License: BSD-3-Clause
-
Website: link
-
- gridstack
-
-
Version: 11.5.0
-
Authors: Alain Dumesny
-
License: MIT
-
Website: link
-
- hotkeys-js
-
-
Version: 3.13.15
-
Authors: kenny wong
-
License: MIT
-
Website: link
-
- i18next
-
-
Version: 25.7.2
-
Authors: Jan Mühlemann
-
License: MIT
-
Website: link
-
- inline-style-expand-shorthand
-
-
Version: 1.6.0
-
Authors: robinweser
-
License: MIT
-
Website: link
-
- js-yaml
-
-
Version: 4.2.0
-
Authors: Vladimir Zapparov
-
License: MIT
-
Website: link
-
- lodash
-
-
Version: 4.18.1
-
Authors: John-David Dalton
-
License: MIT
-
Website: link
-
- lodash.clamp
-
-
Version: 4.0.3
-
Authors: John-David Dalton
-
License: MIT
-
Website: link
-
- lodash.debounce
-
-
Version: 4.0.8
-
Authors: John-David Dalton
-
License: MIT
-
Website: link
-
- lodash.isequal
-
-
Version: 4.5.0
-
Authors: John-David Dalton
-
License: MIT
-
Website: link
-
- lua-fmt
-
-
Version: 2.6.0
-
Authors: trixnz
-
License: MIT
-
Website: link
-
- markdown-it
-
-
Version: 14.2.0
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- mermaid
-
-
Version: 11.15.0
-
Authors: Knut Sveidqvist
-
License: MIT
-
Website: link
-
- mingo
-
-
Version: 7.2.1
-
Authors: Francis Asante
-
License: MIT
-
Website: link
-
- mobx
-
-
Version: 6.15.0
-
Authors: Michel Weststrate
-
License: MIT
-
Website: link
-
- mobx-react
-
-
Version: 9.2.1
-
Authors: Michel Weststrate
-
License: MIT
-
Website: link
-
- mobx-react-lite
-
-
Version: 4.1.1
-
Authors: Daniel K.
-
License: MIT
-
Website: link
-
- monaco-editor
-
-
Version: 0.55.1
-
Authors: Microsoft Corporation
-
License: MIT
-
Website: link
-
- nanoid
-
-
Version: 5.1.9
-
Authors: Andrey Sitnik
-
License: MIT
-
Website: link
-
- plotly.js
-
-
Version: 3.3.0
-
Authors: Plotly, Inc.
-
License: MIT
-
Website: link
-
- rc-slider
-
-
Version: 11.1.9
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- react
-
-
Version: 19.2.6
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- react-color
-
-
Version: 2.19.3
-
Authors: case
-
License: MIT
-
Website: link
-
- react-datepicker
-
-
Version: 9.0.0
-
Authors: HackerOne
-
License: MIT
-
Website: link
-
- react-dnd
-
-
Version: 16.0.1
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- react-dnd-html5-backend
-
-
Version: 16.0.1
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- react-dom
-
-
Version: 19.2.6
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- react-i18next
-
-
Version: 16.5.0
-
Authors: Jan Mühlemann
-
License: MIT
-
Website: link
-
- react-overlays
-
-
Version: 5.2.1
-
Authors: Jason Quense
-
License: MIT
-
Website: link
-
- react-resize-detector
-
-
Version: 12.3.0
-
Authors: Vitalii Maslianok
-
License: MIT
-
Website: link
-
- react-select
-
-
Version: 5.10.2
-
Authors: Jed Watson
-
License: MIT
-
Website: link
-
- react-slider
-
-
Version: 2.0.6
-
Authors: Michał Powaga
-
License: MIT
-
Website: link
-
- react-sortablejs
-
-
Version: 6.1.4
-
Authors: Wayne Van Son
-
License: MIT
-
Website: link
-
- react-toastify
-
-
Version: 11.0.5
-
Authors: Fadi Khadra
-
License: MIT
-
Website: link
-
- setimmediate
-
-
Version: 1.0.5
-
Authors: YuzuJS
-
License: MIT
-
Website: link
-
- simplebar-react
-
-
Version: 3.3.2
-
Authors: Adrien Denat
-
License: MIT
-
Website: link
-
- sortablejs
-
-
Version: 1.15.7
-
Authors: Unknown
-
License: MIT
-
Website: link
-
- use-resize-observer
-
-
Version: 9.1.0
-
Authors: Viktor Hubert
-
License: MIT
-
Website: link
-
- xml-formatter
-
-
Version: 3.6.7
-
Authors: Chris Bottin
-
License: MIT
-
Website: link
-
Documentation
The documentation website is based on Antora Default UI project licensed under Mozilla Public License 2.0. To obtain a copy of the modified source code, please contact support.
Third Party Notices
Click here to see the full list of third party notices.