fde5cda725
It can be thought of as an embedded language within Haskell, and comes with functions for simulating the running of these quantum computations. The distribution contains many example computations written in QIO, including an implementation of Shor's algorithm.
15 lines
428 B
Makefile
15 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/02/21 20:04:31 szptvlfn Exp $
|
|
#
|
|
|
|
DISTNAME= QIO-1.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= szptvlfn@a-net.email.ne.jp
|
|
HOMEPAGE= http://www.cs.nott.ac.uk/~asg/QIO/
|
|
COMMENT= QIO Monad is a library for defining quantum computations
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-random/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|