Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
OpenVAF can compile Verilog-A files for use in circuit simulators. The major aim of this project is to provide a high-quality, standard-compliant compiler for Verilog-A.
HAL [/hel/] is a comprehensive netlist reverse engineering and manipulation framework.
A C++ library to describe geometrical objects and their physical or non-physical properties.
Ngspice is a mixed-level/mixed-signal circuit simulator. It includes Spice3f5, a circuit simulator, and Xspice, an extension that provides code modeling support and simulation of digital components through an embedded event driven algorithm.
OpenEMS is a free and open-source electromagnetic field solver using the Finite-Difference Time-Domain (FDTD) method. It was developed at the Institute of General and Theoretical Electrical Engineering (ATE) at the University of Duisburg-Essen.
OpenEMS is a free and open-source electromagnetic field solver using the Finite-Difference Time-Domain (FDTD) method. It was developed at the Institute of General and Theoretical Electrical Engineering (ATE) at the University of Duisburg-Essen.
CGAL provides easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods, etc. It provides data structures and algorithms such as triangulations, Voronoi diagrams, polygons, polyhedra, mesh generation, and many more.
FunctionParser is a C++ library for parsing and evaluating mathematical expressions.