AspectAG: Attribute Grammars in the form of an EDSL

[ aspect-oriented-programming, gpl, language, library ] [ Propose Tags ]

Library of strongly typed Attribute Grammars implemented using type-level programming


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.7.0.1
Dependencies base (>=4 && <5), containers (>=0.2.0.0), HList (>=0.2.2 && <0.3), mtl (>=1.1.0.2), template-haskell (>=2.4.0.1) [details]
License LicenseRef-LGPL
Copyright Universiteit Utrecht
Author
Maintainer Marcos Viera <mviera@fing.edu.uy>
Revised Revision 1 made by AndreasAbel at 2022-05-26T17:49:49Z
Category Development
Home page http://www.cs.uu.nl/wiki/bin/view/Center/AspectAG
Uploaded by MarcosViera at 2012-07-19T13:27:27Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 17993 total (55 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for AspectAG-0.3.5

[back to package description]
Please check the right section in this file for instructions depending on how you obtained the source files.


Installing AspectAG from a source distribution
-------------------------------------------

  System wide installation (assumming GHC is the
  Haskell compiler) can be done like this:

    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure
    ./setup build
    ./setup install


Installing uulib to a non-standard location
-------------------------------------------

  This is useful if you don't want (or can't)
  modify system wide settings.

    ghc --make Setup.hs -o setup -package Cabal
    ./setup configure --prefix=/foo
    ./setup build
    ./setup install --user

  The last command registers the package only for
  the user.



Optionally generating Haddock Documentation
-------------------------------------------

  Output generated in dist/doc/html

    ./setup haddock