packages feed

CSPM-CoreLanguage-0.3.0.3: CSPM-CoreLanguage.cabal

Name:                CSPM-CoreLanguage
Version:             0.3.0.3
Synopsis:            Definition of a FDR-compatible CSP core-language. 
Description:
  This package contains an interface for a CSP core-language.
  It defines processes, events, event sets, a EDSL for process operations like
  parallel or interleaving.
  This interface can be used to implement a FDR-2.83 compatible CSPM animator.
  We use this interface in our tool to connect the functional CSPM-sub-language
  with core CSP functionality.


Category:            Language,Formal Methods,Concurrency
License:             BSD3
License-File:        LICENSE
Author:              2010 - 2013 Marc Fontaine
Maintainer:          Marc Fontaine <Marc.Fontaine@gmx.de>
Stability:           experimental
Tested-With:         GHC == 7.6.3
Cabal-Version:       >= 1.10
Build-Type:          Simple

Library
  Build-Depends:
    base >= 4.0 && < 5.0
  Default-Language: Haskell2010
  GHC-Options: -funbox-strict-fields -O2 -Wall
  Hs-Source-Dirs:         src

  Exposed-modules:
    CSPM.CoreLanguage
    CSPM.CoreLanguage.Event
    CSPM.CoreLanguage.Process
    CSPM.CoreLanguage.ProcessWrapper
    CSPM.CoreLanguage.Field
  Other-Modules:
    Paths_CSPM_CoreLanguage