Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clangml
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
memcad
clangml
Commits
7688bb6d
Commit
7688bb6d
authored
6 years ago
by
Thierry Martinez
Browse files
Options
Downloads
Patches
Plain Diff
bootstrapped repository for commit
b002dd71
parent
fe72f941
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
Jenkinsfile
+1
-1
1 addition, 1 deletion
Jenkinsfile
README.md
+7
-2
7 additions, 2 deletions
README.md
with
8 additions
and
3 deletions
Jenkinsfile
+
1
−
1
View file @
7688bb6d
...
...
@@ -131,7 +131,7 @@ pipeline {
sh
'src/ci-scripts/commit-snapshot-branch.sh'
}
}
stage
(
'opam installation from
devel tag
'
)
{
stage
(
'opam installation from
snapshot
'
)
{
steps
{
sh
'''
docker run --rm -v $PWD/src:/clangml ocaml/opam2:4.07 \
...
...
This diff is collapsed.
Click to expand it.
README.md
+
7
−
2
View file @
7688bb6d
...
...
@@ -5,7 +5,8 @@ clangml provides bindings for all versions of clang, from 3.4 to
## Introduction
It is a complete rewritting of the previous clangml (clangml versions <4.0.0):
This library is a complete rewritting of the previous clangml
(clangml versions <4.0.0):
the bindings now rely on automatically generated C stubs to libclang, with
some extensions when libclang is incomplete.
Contrary to old clangml versions, the versions of clangml from 4.0.0 are
...
...
@@ -33,7 +34,10 @@ see some examples in [`Clang__ast`][19] module documentation).
## Installation
clangml is installable via
`opam`
:
`opam install clangml`
.
clangml is installable via
`opam`
:
```
opam install clangml
```
Manual installation requires a bootstrapped source directory.
Commits from branch
`snapshot`
are bootstrapped: a new snapshot
...
...
@@ -45,6 +49,7 @@ https://gitlab.inria.fr/tmartine/clangml/-/archive/snapshot/clangml-snapshot.tar
To build clangml from snapshot or from a bootstrapped source directory,
you may either:
*
execute
`./configure && make && make install`
(this method is recommended if you have to pass some options to configure);
*
execute
...
...
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