1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/lang/qmasm/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

8 lines
490 B
Plaintext

QMASM fills a gap in the software ecosystem for D-Wave's adiabatic quantum
computers by shielding the programmer from having to know system-specific
hardware details while still enabling programs to be expressed at a fairly low
level of abstraction. It is therefore analogous to a conventional macro
assembler and can be used in much the same way: as a target either for
programmers who want a great deal of control over the hardware or for compilers
that implement higher-level languages.