freebsd-ports/biology/libneurosim/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
596 B
Text

libneurosim is a general library that provides interfaces and common utility
code for neuronal simulators.
Currently it provides the ConnectionGenerator interface.
The ConnectionGenerator API is a standard interface supporting efficient
generation of network connectivity during model setup in neuronal network
simulators. It is intended as an abstraction isolating both sides of the API:
any simulator can use a given connection generator and a given simulator can use
any library providing the ConnectionGenerator interface. It was initially
developed to support the use of libcsa from NEST.