Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Commits
efe57954
Commit
efe57954
authored
6 years ago
by
Pierre Loic Garoche
Browse files
Options
Downloads
Patches
Plain Diff
Recording the opam file
parent
690eb3a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opam
+44
-0
44 additions, 0 deletions
opam
with
44 additions
and
0 deletions
opam
0 → 100644
+
44
−
0
View file @
efe57954
opam-version: "2.0"
name: "lustrec"
version: "1.6"
maintainer: "Pierre-Loic Garoche <ploc@garoche.net>"
authors: ["Pierre-Loic Garoche <ploc@garoche.net>" "Xavier Thirioux <thirioux@enseeiht.fr>"]
homepage: "https://cavale.enseeiht.fr/redmine/projects/lustrec/"
bug-reports: "https://cavale.enseeiht.fr/redmine/projects/lustrec/issues"
license: "LGPL"
dev-repo: "git+https://cavale.enseeiht.fr/git/lustrec#unstable"
build: [
["autoconf"]
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
"ocamlfind"
"yojson"
"cmdliner"
"fmt"
"ppx_deriving_yojson"
"ppx_traverse_builtins"
"ppxlib"
"menhir"
"ocamlgraph"
"logs"
"z3"
"num"
]
synopsis: "A Lustre compiler toolset"
description: """
lustrec is structured around the modular compilation scheme proposed
by Biernacki, Colaço, Hamon, and Pouzet at LCTES'08. It is an open
source lustre compiler that provides verification capabilities.
It is currently mainly used through the CocoSim platform, a Matlab
toolbox to perform V&V of Simulink models. Within CocoSim, the Lustre
language is used as an intermediate representation and relies mainly
on lustrec to produce code or verification artifacts.
"""
url {
src: "https://cavale.enseeiht.fr/redmine/attachments/download/114/lustrec-1.5-Xia-Shao-Kang-src.tgz"
checksum: "md5=f06e87d5fbb24c91894bdc55bf6cc496"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment