-
Notifications
You must be signed in to change notification settings - Fork 13
Add colibri2 support #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e1d568c
Add colibri2 support
hra687261 815c1da
Update encoding.opam.template
filipeom fc3f4eb
Update encoding.opam
filipeom c4c54f2
Update encoding.opam.template
filipeom 0e9f034
Update encoding.opam
filipeom 2636246
Update encoding.opam
filipeom 112c22d
Update encoding.opam
filipeom 7b6851a
Make colibri2 compatible with ocaml 5.1.0
hra687261 17d55b7
fix colibri2 pin
hra687261 08562d5
Add `git+` to the pin
hra687261 a900a02
more colibri2 pin fix attempts
hra687261 cf6f4b4
more colibri2 pin fix attempts
hra687261 77c5222
update opam file
hra687261 2854f01
Update colibri2_mappings to use ht_expr
hra687261 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ depends: [ | |
| "ocaml" {>= "4.14.0"} | ||
| "ocaml_intrinsics" | ||
| "z3" {>= "4.12.2" & < "4.13"} | ||
| "colibri2" | ||
| "menhir" {build & >= "20220210"} | ||
| "cmdliner" {>= "1.2.0"} | ||
| "zarith" {>= "1.5"} | ||
|
|
@@ -36,3 +37,7 @@ build: [ | |
| ] | ||
| dev-repo: "git+https://github.com/formalsec/encoding.git" | ||
| available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32" | ||
| pin-depends: [ | ||
| [ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"] | ||
hra687261 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"] | ||
| ] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,5 @@ | ||
| available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32" | ||
| pin-depends: [ | ||
| [ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"] | ||
| [ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"] | ||
| ] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.