openbsd-ports/devel/hs-atom/Makefile
jasper 91e330405a import hs-atom 1.0.7
Atom is a Haskell DSL for designing hard realtime embedded software.
Based on guarded atomic actions (similar to STM), Atom enables highly
concurrent programming without the need for mutex locking. In addition,
Atom performs compile-time task scheduling and generates code with
deterministic execution time and constant memory use, simplifying the
process of timing verification and memory consumption in hard realtime
applications. You can now program your Arduino with Haskell. [..]

ok kili@
2010-11-23 20:10:12 +00:00

24 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/11/23 20:10:12 jasper Exp $
COMMENT= DSL for embedded hard realtime applications
DISTNAME= atom-1.0.7
CATEGORIES= devel lang
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ghc
MODGHC_BUILD= cabal hackage haddock register
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/hs-uniplate
.include <bsd.port.mk>