libintellij-platform-api-java
IntelliJ IDEA Platform API
IntelliJ IDEA Community Edition is a Java integrated development environment
(IDE) for developing computer software.
libintellij-utils-java
IntelliJ IDEA utility classes
IntelliJ IDEA is a Java integrated development environment for
developing computer software. Community edition is an Apache 2
licensed version of IDEA.
libeclipse-remote-ui-java
Eclipse Remote Services UI API
The purpose of this API is to provide a programming interface to remote
services that is agnostic to the actual remote services implementation.
python3-zstandard
Python bindings for interfacing with Zstandard library
This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.
python3-param
Make your Python code clearer and more reliable by declaring Parameters
Param is a library providing Parameters: Python attributes extended to
have features such as type and range checking, dynamically generated
values, documentation strings, default values, etc., each of which is
inherited from parent classes if not specified in a subclass.