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
1c8281a6
Commit
1c8281a6
authored
3 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Fix instructions in README and lint Colibrics opam file
parent
e277ef2f
No related branches found
No related tags found
1 merge request
!4
Headers and installation instructions.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
colibrics.opam
+5
-0
5 additions, 0 deletions
colibrics.opam
dune-project
+4
-0
4 additions, 0 deletions
dune-project
with
10 additions
and
1 deletion
README.md
+
1
−
1
View file @
1c8281a6
...
...
@@ -8,7 +8,7 @@ COLIBRICS written in Eclipse Prolog by Bruno Marre
Using
[
opam
](
http://opam.ocaml.org/
)
:
```
shell
opam pin add
colibri2
https://git.frama-c.com/bobot/colibri2.git
opam pin add https://git.frama-c.com/bobot/colibri2.git
```
## Development ##
...
...
This diff is collapsed.
Click to expand it.
colibrics.opam
+
5
−
0
View file @
1c8281a6
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A CP solver proved in Why3"
description:
"The core of Colibrics is formally proved using Why3. It offers also libraries that define formally proved simple propagation domains "
maintainer: ["François Bobot"]
authors: ["François Bobot"]
homepage: "https://git.frama-c.com/bobot/colibrics"
bug-reports: "https://git.frama-c.com/bobot/colibrics/issues"
depends: [
...
...
This diff is collapsed.
Click to expand it.
dune-project
+
4
−
0
View file @
1c8281a6
...
...
@@ -6,6 +6,10 @@
(name colibrics)
(package
(name colibrics)
(authors "François Bobot")
(maintainers "François Bobot")
(synopsis "A CP solver proved in Why3")
(description "The core of Colibrics is formally proved using Why3. It offers also libraries that define formally proved simple propagation domains ")
(depends
"ppx_deriving_yojson"
("dolmen" (>= "0.5~dev"))
...
...
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