Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
colibrics
Commits
641607e3
Commit
641607e3
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Bump dolmen version
parent
853e0c6d
No related branches found
No related tags found
1 merge request
!26
Fix and domain propagation
Pipeline
#51565
passed
2 years ago
Stage: test
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
colibri2.opam
+4
-4
4 additions, 4 deletions
colibri2.opam
colibri2/bin/dune
+0
-20
0 additions, 20 deletions
colibri2/bin/dune
colibrics.opam
+3
-3
3 additions, 3 deletions
colibrics.opam
colibrics/lib/dune
+48
-48
48 additions, 48 deletions
colibrics/lib/dune
dune-project
+6
-6
6 additions, 6 deletions
dune-project
with
61 additions
and
81 deletions
colibri2.opam
+
4
−
4
View file @
641607e3
...
...
@@ -15,9 +15,9 @@ bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [
"colibrilib" {= version}
"containers" {>= "3.6.1"}
"dolmen" {>= "0.
7
"}
"dolmen_type" {>= "0.
7
"}
"dolmen_loop" {>= "0.
7
"}
"dolmen" {>= "0.
8
"}
"dolmen_type" {>= "0.
8
"}
"dolmen_loop" {>= "0.
8
"}
"cmdliner" {>= "1.1.1"}
"base" {>= "v0.14.2"}
"gen" {>= "1.0"}
...
...
@@ -36,7 +36,7 @@ depends: [
"farith"
"ounit2" {>= "2.2.4" & with-test}
"ocaml" {>= "4.12"}
"ocplib-simplex" {
>
= "0.4"}
"ocplib-simplex" {= "0.4"}
"odoc" {with-doc}
]
build: [
...
...
This diff is collapsed.
Click to expand it.
colibri2/bin/dune
+
0
−
20
View file @
641607e3
...
...
@@ -44,26 +44,6 @@
%{target}
(run true))))
; Colibri2 stage1
(executable
(name colibri2_stage1)
; (public_name colibri2)
; (package colibri2)
(flags
-linkall
; FOR STATIC -ccopt -static
)
(libraries colibri2_main colibri2.theories.LRA.stages.stage1)
(modules colibri2_stage1))
(rule
(target colibri2_stage1.ml)
(action
(with-outputs-to
%{target}
(run true))))
; Colibri2 stage2
(executable
...
...
This diff is collapsed.
Click to expand it.
colibrics.opam
+
3
−
3
View file @
641607e3
...
...
@@ -9,9 +9,9 @@ homepage: "https://colibri.frama-c.com"
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [
"ppx_deriving_yojson" {>= "3.6.1"}
"dolmen" {>= "0.
7
"}
"dolmen_type" {>= "0.
7
"}
"dolmen_loop" {>= "0.
7
"}
"dolmen" {>= "0.
8
"}
"dolmen_type" {>= "0.
8
"}
"dolmen_loop" {>= "0.
8
"}
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
...
...
This diff is collapsed.
Click to expand it.
colibrics/lib/dune
+
48
−
48
View file @
641607e3
...
...
@@ -55,53 +55,53 @@
;; Doesn't extract anything currently
(rule
(deps
cp.mlw
all.mlw
utils/tagtbl.mlw
utils/extstd.mlw
cp_c.drv
constraints/simple.mlw)
(targets
int63.c
bool.c
impl0.c
var.c
var0.c
type.c
domb.c
domi.c
simple.c
constrainthelpers.c
all.c
api.c
apidefensive.c)
(action
(run
why3
extract
-L
.
-D
c
-D
cp_c.drv
-o
.
--modular
utils.extstd.Int63
utils.extstd.Bool
cp.Impl0
cp.Var
cp.Var0
cp.Type
cp.DomI
cp.DomB
constraints.simple.Simple
cp.ConstraintHelpers
all.All
all.API
all.APIDefensive)))
;
(rule
;
(deps
;
cp.mlw
;
all.mlw
;
utils/tagtbl.mlw
;
utils/extstd.mlw
;
cp_c.drv
;
constraints/simple.mlw)
;
(targets
;
int63.c
;
bool.c
;
impl0.c
;
var.c
;
var0.c
;
type.c
;
domb.c
;
domi.c
;
simple.c
;
constrainthelpers.c
;
all.c
;
api.c
;
apidefensive.c)
;
(action
;
(run
;
why3
;
extract
;
-L
;
.
;
-D
;
c
;
-D
;
cp_c.drv
;
-o
;
.
;
--modular
;
utils.extstd.Int63
;
utils.extstd.Bool
;
cp.Impl0
;
cp.Var
;
cp.Var0
;
cp.Type
;
cp.DomI
;
cp.DomB
;
constraints.simple.Simple
;
cp.ConstraintHelpers
;
all.All
;
all.API
;
all.APIDefensive)))
(copy_files constraints/*.ml)
This diff is collapsed.
Click to expand it.
dune-project
+
6
−
6
View file @
641607e3
...
...
@@ -19,9 +19,9 @@
(description "The core of Colibrics is formally proved using Why3.")
(depends
("ppx_deriving_yojson" (>= "3.6.1"))
("dolmen" (>= "0.
7
"))
("dolmen_type" (>= "0.
7
"))
("dolmen_loop" (>= "0.
7
"))
("dolmen" (>= "0.
8
"))
("dolmen_type" (>= "0.
8
"))
("dolmen_loop" (>= "0.
8
"))
"dune"
("zarith" (>= "1.12"))
("cmdliner" (>= 1.1.1))
...
...
@@ -56,9 +56,9 @@
(depends
("colibrilib" (= :version))
("containers" (>= "3.6.1"))
("dolmen" (>= "0.
7
"))
("dolmen_type" (>= "0.
7
"))
("dolmen_loop" (>= "0.
7
"))
("dolmen" (>= "0.
8
"))
("dolmen_type" (>= "0.
8
"))
("dolmen_loop" (>= "0.
8
"))
("cmdliner" (>= 1.1.1))
("base" (>= v0.14.2))
("gen" (>= 1.0))
...
...
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