Skip to content

Commit 37188e1

Browse files
Update archive and migrate to GitHub
1 parent b59bb4c commit 37188e1

File tree

1 file changed

+6
-6
lines changed
  • packages/clangml/clangml.4.7.0

1 file changed

+6
-6
lines changed

packages/clangml/clangml.4.7.0/opam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ clangml provides bindings to call the Clang API from OCaml.
77
maintainer: ["Thierry Martinez <[email protected]>"]
88
authors: ["Thierry Martinez <[email protected]>"]
99
license: "BSD-2-Clause"
10-
homepage: "https://memcad.gitlabpages.inria.fr/clangml/"
11-
doc: "https://memcad.gitlabpages.inria.fr/clangml/doc/clangml/index.html"
12-
bug-reports: "https://gitlab.inria.fr/memcad/clangml/issues"
10+
homepage: "https://github.com/thierry-martinez/clangml/"
11+
doc: "https://github.com/thierry-martinez/clangml/blob/v4.7.0/README.md"
12+
bug-reports: "https://github.com/thierry-martinez/clangml/issues"
1313
depends: [
1414
"conf-libclang"
1515
"conf-ncurses"
@@ -28,13 +28,13 @@ depends: [
2828
"odoc" {with-doc & >= "1.5.1"}
2929
"ocaml-migrate-parsetree" {>= "2.2.0"}
3030
]
31-
dev-repo: "git+https://gitlab.inria.fr/memcad/clangml"
31+
dev-repo: "git@github.com:thierry-martinez/clangml.git"
3232
build: [
3333
["./configure" "--prefix=%{prefix}%" "--with-llvm-config=%{conf-libclang:config}%"]
3434
["./build_with_bigger_stack_size.sh" "dune" "build" "-p" name "-j" jobs "@install"
3535
"@runtest" {with-test}
3636
"@doc" {with-doc}]]
3737
url {
38-
src: "https://gitlab.inria.fr/memcad/clangml/uploads/8c81a875f35cb261b4e6ad8bf85f3b6a/clangml.4.7.0.tar.gz"
39-
checksum: "sha512=0a9638be4b13ba118d84533af78543f4d41a221b760c745774150f5088c286090551f99614905e00cfd6e0506793f3c861f89dd0b8444c9c1e57d3d48970eb1e"
38+
src: "https://github.com/thierry-martinez/clangml/releases/download/v4.7.0/clangml.4.7.0.tar.gz"
39+
checksum: "sha512=129bcb1faeadadafca3b62d00e4abc683dd83f94c1e27527d29d8ae7531692d7a13b1c54a813caf9104a006c58ff4d2335b60e034d26e59bb73c0f73d60adc70"
4040
}

0 commit comments

Comments
 (0)