Skip to content

Commit b79e020

Browse files
authored
Merge pull request ocaml#26972 from hannesm/ocaml-src-updates
Ocaml src updates
2 parents 072751d + fab857c commit b79e020

File tree

42 files changed

+42
-396
lines changed
  • packages/ocaml-src
    • ocaml-src.3.12.1
    • ocaml-src.4.00.0
    • ocaml-src.4.00.1
    • ocaml-src.4.01.0
    • ocaml-src.4.02.0
    • ocaml-src.4.02.1
    • ocaml-src.4.02.2
    • ocaml-src.4.02.3
    • ocaml-src.4.03.0
    • ocaml-src.4.04.0
    • ocaml-src.4.04.1
    • ocaml-src.4.04.2
    • ocaml-src.4.05.0
    • ocaml-src.4.06.0
    • ocaml-src.4.06.1
    • ocaml-src.4.07.0
    • ocaml-src.4.07.1
    • ocaml-src.4.08.0
    • ocaml-src.4.08.1
    • ocaml-src.4.09.0
    • ocaml-src.4.09.1-1
    • ocaml-src.4.09.1
    • ocaml-src.4.10.0
    • ocaml-src.4.10.1
    • ocaml-src.4.10.2
    • ocaml-src.4.11.0
    • ocaml-src.4.11.1
    • ocaml-src.4.11.2
    • ocaml-src.4.12.0
    • ocaml-src.4.12.1
    • ocaml-src.4.13.0
    • ocaml-src.4.13.1
    • ocaml-src.4.13.dev
    • ocaml-src.4.14.0
    • ocaml-src.4.14.1
    • ocaml-src.4.14.2
    • ocaml-src.4.14.dev
    • ocaml-src.5.0.0
    • ocaml-src.5.0.dev
    • ocaml-src.5.1.0
    • ocaml-src.5.1.1
    • ocaml-src.5.2.0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-396
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "3.12.1"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.gz"
1211
checksum: [
1312
"sha256=4f81ab86258be0eea1507dd5338c8670490f8616249821e731f8ac1c64caa4a7"
1413
"md5=814a047085f0f901ab7d8e3a4b7a9e65"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.3.12.1"
20-
checksum: [
21-
"sha256=147600996d6c3dff25174d3693ef0f78e408d34fb5ff0dbb5d3c10178015f928"
22-
"md5=8a703eb1cc158fe9087d153799de4675"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.00.0"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0.tar.gz"
1211
checksum: [
1312
"sha256=9ea5544538144811b5fd9c7172d63abc0d1c6ba6b64d2c60474807fc57ad4c6e"
1413
"md5=fa11560a45793bd9fa45c1295a6f4a91"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.00.0"
20-
checksum: [
21-
"sha256=fb12d5943a49f425061b56f1d572d973befc7664fe7db018c5eee430f09c91cf"
22-
"md5=2c3fdea6f7aaf0e678e22989d197087c"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.00.1"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.gz"
1211
checksum: [
1312
"sha256=b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a"
1413
"md5=91124a8eb12a57f1e56c02fe3db0f9e7"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.00.1"
20-
checksum: [
21-
"sha256=a5182319506e68969273afe7dcf9bc2ab49d3acc7fd332edbcd32e20d0c07252"
22-
"md5=166e5e42dc565b789a768404df7dd64b"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.01.0"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz"
1211
checksum: [
1312
"sha256=ea1751deff454f5c738d10d8a0ad135afee0852d391cf95766b726c0faf7cfdb"
1413
"md5=04dfdd7da189462a4f10ec6530359cef"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.01.0"
20-
checksum: [
21-
"sha256=71519749c8500970851dbb5dbe6dcac8534a1b50e7836cbbcbf94692927d33a0"
22-
"md5=7cb7098604029f43f25969bab56f7478"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.02.0"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.0.tar.gz"
1211
checksum: [
1312
"sha256=dbbcbd72a29a51206677a606ea09dfec83ae25cbbf52dee90306bc04812cd034"
1413
"md5=8bba7e7d872083af1723dd450e07a5f4"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.02.0"
20-
checksum: [
21-
"sha256=976a1028d6afa5344848db0c904037f8197bd66dd92800e87a10f7e6d9e4c5cc"
22-
"md5=6a29618cc13f4dfd4aea69a8e9b301c2"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.02.1"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.1.tar.gz"
1211
checksum: [
1312
"sha256=3cbc7af5a3886c8c5af8dab5568d6256a191d89ecbd4aea18eaf5b47034c6138"
1413
"md5=3c35318eefd201f96797c093c920b343"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.02.1"
20-
checksum: [
21-
"sha256=e5d22650fb2df992eb53d615cc60522ea2f773f345ad84cd2ec80c90dcbc151d"
22-
"md5=e97ce63d7167d29025a1e6beb2d8caac"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.02.2"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz"
1211
checksum: [
1312
"sha256=9d50c91ba2d2040281c6e47254c0c2b74d91315dd85cc59b84c5138c3a7ba78c"
1413
"md5=359ad0ef89717341767142f2a4d050b2"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.02.2"
20-
checksum: [
21-
"sha256=46e6efb623f86d8426e70ecb9e412364ce569516c09a308de59969b741737afb"
22-
"md5=b6fa931c6b2354968780fce8fa932bd1"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.02.3"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.3.tar.gz"
1211
checksum: [
1312
"sha256=928fb5f64f4e141980ba567ff57b62d8dc7b951b58be9590ffb1be2172887a72"
1413
"md5=ef1a324608c97031cbd92a442d685ab7"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.02.3"
20-
checksum: [
21-
"sha256=8bc3dcf1c6e273a0562d0ebdec0ad239b37c98ba107c44b21e7015dcb24273ed"
22-
"md5=f76209cd035ddeb8ab1c08efb8452c15"
23-
]
24-
}
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
3+
build: [ "touch" "META" ]
44
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
55
synopsis: "Compiler sources"
66
depends: [
77
"ocaml" {= "4.03.0"}
88
]
9-
flags: light-uninstall
109
url {
1110
src: "http://caml.inria.fr/pub/distrib/ocaml-4.03/ocaml-4.03.0.tar.gz"
1211
checksum: [
1312
"sha256=7fdf280cc6c0a2de4fc9891d0bf4633ea417046ece619f011fd44540fcfc8da2"
1413
"md5=43812739ea1b4641cf480f57f977c149"
1514
]
1615
}
17-
extra-source "META" {
18-
src:
19-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.03.0"
20-
checksum: [
21-
"sha256=51388d77738e30ed6c8f136efc0e486974c981a06b86f6d2caadaeb378f92af2"
22-
"md5=09535047836fbd35d265a4f914ac4eba"
23-
]
24-
}

packages/ocaml-src/ocaml-src.4.04.0/opam

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,16 @@ opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: "OCaml contributors"
44
homepage: "http://ocaml.org/"
5-
remove: [["rm" "-rf" "%{lib}%/ocaml-src"]]
5+
build: [ "touch" "META" ]
66
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
77
synopsis: "Compiler sources"
88
depends: [
99
"ocaml" {= "4.04.0"}
1010
]
11-
flags: light-uninstall
1211
url {
1312
src: "http://caml.inria.fr/pub/distrib/ocaml-4.04/ocaml-4.04.0.tar.gz"
1413
checksum: [
1514
"sha256=cb63486f6cb837a5a57ab93e4c429551127561d0da61b7712116769a6a8322de"
1615
"md5=496f99822133bb905171bae8f64b7be4"
1716
]
1817
}
19-
extra-source "META" {
20-
src:
21-
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.04.0"
22-
checksum: [
23-
"sha256=8863fd5c6fb3a1d735e215570e85f0c880d4d5f4a3896cba498cd346ba9c7a55"
24-
"md5=a0a525070caa1817c989666468428bb9"
25-
]
26-
}

0 commit comments

Comments
 (0)