Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
David Hamelin
jscoq-light
Commits
accc5bd4
Commit
accc5bd4
authored
1 year ago
by
Elad Kinsbruner
Browse files
Options
Downloads
Plain Diff
Merge branch 'jscoq-v8.17' into v8.17
parents
68b29a17
b4e22d28
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/patches/timeout.patch
+1
-1
1 addition, 1 deletion
etc/patches/timeout.patch
jscoq.opam
+1
-1
1 addition, 1 deletion
jscoq.opam
with
2 additions
and
2 deletions
etc/patches/timeout.patch
+
1
−
1
View file @
accc5bd4
...
...
@@ -64,7 +64,7 @@ index 43ee8f7..ac82c4e 100644
+ (foreign_stubs
+ (language c)
+ (names jscoq_extern)
+ (flags (:include %{project_root}/config/dune.c_flags)))
+ (flags
:standard
(:include %{project_root}/config/dune.c_flags)))
(libraries coq-core.boot coq-core.clib coq-core.config))
diff --git a/lib/jscoq_extern.c b/lib/jscoq_extern.c
new file mode 100644
...
...
This diff is collapsed.
Click to expand it.
jscoq.opam
+
1
−
1
View file @
accc5bd4
...
...
@@ -12,7 +12,7 @@ doc: "https://github.com/jscoq/jscoq#readme"
depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "3.5.0"
}
"dune" { >= "3.5.0"
& < "3.8"
}
"js_of_ocaml" { >= "4.0.0" & < "4.1" }
"js_of_ocaml-ppx" { >= "4.0.0" & < "4.1" }
"js_of_ocaml-lwt" { >= "4.0.0" & < "4.1" }
...
...
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