Skip to content

Commit 6d30bd3

Browse files
authored
Merge branch 'ocaml:master' into opam-publish-fungi.0.1.4
2 parents 6d7cf3e + b90fd87 commit 6d30bd3

File tree

54 files changed

+1608
-134
lines changed
  • packages
    • awa-mirage/awa-mirage.0.5.1
    • awa/awa.0.5.1
    • azure-cosmos-db/azure-cosmos-db.0.3.0
    • bin/bin.0.0.1
    • bstr/bstr.0.0.1
    • conf-autoconf/conf-autoconf.0.2
    • conf-automake/conf-automake.1
    • conf-dpkg/conf-dpkg.1
    • conf-gmp/conf-gmp.5
    • conf-graphviz/conf-graphviz.0.1
    • conf-rubberband/conf-rubberband.1
    • conf-sndfile/conf-sndfile.1
    • conf-which/conf-which.1
    • dkim-bin/dkim-bin.0.8.0
    • dkim-lwt-unix/dkim-lwt-unix.0.8.0
    • dkim-mirage/dkim-mirage.0.8.0
    • dkim/dkim.0.8.0
    • dream-html/dream-html.3.10.1
    • dynamic_gc/dynamic_gc.0.2.0
    • fast_bitvector/fast_bitvector.0.0.3.1
    • fix/fix.20250428
    • float_option/float_option.0.0.2
    • flow_parser/flow_parser.0.268.0
    • ip2locationio/ip2locationio.1.1.0
    • liquidsoap-core/liquidsoap-core.2.3.0
    • liquidsoap
      • liquidsoap.2.3.1
      • liquidsoap.2.3.2
    • lwt-dllist/lwt-dllist.1.1.0
    • make-random/make-random.0.1
    • ocaml-compiler/ocaml-compiler.5.4
    • ocaml-variants/ocaml-variants.5.4.0+trunk
    • opam-check-npm-deps/opam-check-npm-deps.4.0.0
    • opam-publish/opam-publish.2.5.1
    • posix-bindings/posix-bindings.3
    • posix-socket-unix/posix-socket-unix.3.0.0
    • posix-socket/posix-socket.3.0.0
    • pplumbing/pplumbing.0.0.11
    • pure-html/pure-html.3.10.1
    • savvy/savvy.0.2.0
    • slice/slice.0.0.1
    • srt
    • tiny_httpd_camlzip
      • tiny_httpd_camlzip.0.18
      • tiny_httpd_camlzip.0.19
    • tiny_httpd
    • uspf-lwt/uspf-lwt.0.1.0
    • uspf-mirage/uspf-mirage.0.1.0
    • uspf/uspf.0.1.0

Some content is hidden

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

54 files changed

+1608
-134
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
3+
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/awa-ssh"
6+
bug-reports: "https://github.com/mirage/awa-ssh/issues"
7+
dev-repo: "git+https://github.com/mirage/awa-ssh.git"
8+
doc: "https://mirage.github.io/awa-ssh/api"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.08.0"}
18+
"dune" {>= "2.7"}
19+
"awa" {= version}
20+
"cstruct" {>= "6.0.0"}
21+
"mtime" {>= "1.0.0"}
22+
"lwt" {>= "5.3.0"}
23+
"mirage-sleep" {>= "4.0.0"}
24+
"duration" {>= "0.2.0"}
25+
"mirage-flow" {>= "4.0.0"}
26+
"mirage-mtime" {>= "4.0.0"}
27+
"logs"
28+
]
29+
synopsis: "SSH implementation in OCaml"
30+
description: """The OpenSSH protocol implemented in OCaml."""
31+
x-maintenance-intent: [ "(latest)" ]
32+
url {
33+
src:
34+
"https://github.com/mirage/awa-ssh/releases/download/v0.5.1/awa-0.5.1.tbz"
35+
checksum: [
36+
"sha256=6ddeaf060530261d4c525ae06dd6c155364c77781c246217f04109e7cef69f5e"
37+
"sha512=81e5550f00dd341f193892ca257bbc620686bab5a94b12829edca84b42b1c6ab009afaf348d09202bd3b6241e3133e73583ac4de36003e8236c65c7be50636e9"
38+
]
39+
}
40+
x-commit-hash: "501ec75a86c33c6d5cc0e607f2ee80f06a9f9c8f"

packages/awa/awa.0.5.1/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
3+
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/awa-ssh"
6+
bug-reports: "https://github.com/mirage/awa-ssh/issues"
7+
dev-repo: "git+https://github.com/mirage/awa-ssh.git"
8+
doc: "https://mirage.github.io/awa-ssh/api"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.10.0"}
18+
"dune" {>= "2.7"}
19+
"mirage-crypto" {>= "1.0.0"}
20+
"mirage-crypto-rng" {>= "1.2.0"}
21+
"mirage-crypto-pk"
22+
"mirage-crypto-ec" {>= "1.0.0"}
23+
"x509" {>= "1.0.0"}
24+
"cstruct" {>= "6.0.0"}
25+
"cstruct-unix"
26+
"mtime" {>= "1.0.0"}
27+
"logs"
28+
"fmt"
29+
"cmdliner" {>= "1.1.0"}
30+
"base64" {>= "3.0.0"}
31+
"zarith"
32+
"eqaf" {>= "0.8"}
33+
]
34+
conflicts: [ "result" {< "1.5"} ]
35+
synopsis: "SSH implementation in OCaml"
36+
description: """The OpenSSH protocol implemented in OCaml."""
37+
x-maintenance-intent: [ "(latest)" ]
38+
url {
39+
src:
40+
"https://github.com/mirage/awa-ssh/releases/download/v0.5.1/awa-0.5.1.tbz"
41+
checksum: [
42+
"sha256=6ddeaf060530261d4c525ae06dd6c155364c77781c246217f04109e7cef69f5e"
43+
"sha512=81e5550f00dd341f193892ca257bbc620686bab5a94b12829edca84b42b1c6ab009afaf348d09202bd3b6241e3133e73583ac4de36003e8236c65c7be50636e9"
44+
]
45+
}
46+
x-commit-hash: "501ec75a86c33c6d5cc0e607f2ee80f06a9f9c8f"
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
license: "MIT"
3+
synopsis: "Azure cosmos db interface"
4+
description: """
5+
Provides an interface to the Azure Cosmos db.
6+
"""
7+
maintainer: "Morten Knaack <knaack@gmail>"
8+
authors: "Morten Knaack <knaack@gmail>"
9+
depends: [
10+
"ocaml" {>= "4.08.0"}
11+
"dune" {>= "2.9.0"}
12+
"lwt"
13+
"lwt_ppx" {>="2.0.2"}
14+
"lwt_ssl"
15+
"ssl"
16+
"atdgen" {>= "2.0.0"}
17+
"base64" {>= "3.5.0"}
18+
"uri"
19+
"cohttp"
20+
"cohttp-lwt-unix"
21+
"cryptokit"
22+
"alcotest-lwt" {with-test}
23+
"bisect_ppx" {with-test}
24+
]
25+
conflicts: [ "result" {< "1.5"} ]
26+
homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
27+
bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
28+
dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git"
29+
build: [
30+
["dune" "build" "-p" name "-j" jobs]
31+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
32+
]
33+
url {
34+
src:
35+
"https://bitbucket.org/knaack/azure-cosmos-db/get/b3591342203358b8b7c51532cde0345d0445ebf4.tar.gz"
36+
checksum: [
37+
"md5=6fb48d24a88b2aff316dacd396e7501a"
38+
"sha512=b20d4cb05554d9cea12b2729cfc0b98151707ea9125964366f0d0cefb1e8dc235a8f9563bb052a60ab5bf190eaa78579708749d315b18c71c4bcae91d78b9e05"
39+
]
40+
}

packages/bin/bin.0.0.1/opam

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Romain Calascibetta <[email protected]>" ]
3+
authors: [ "Romain Calascibetta <[email protected]>" ]
4+
homepage: "https://git.robur.coop/robur/bstr"
5+
bug-reports: "https://git.robur.coop/robur/bstr"
6+
dev-repo: "git+https://github.com/robur-coop/bstr"
7+
doc: "https://robur-coop.github.io/bstr/"
8+
license: "MIT"
9+
synopsis: "A DSL to describe binary formats"
10+
11+
build: [ "dune" "build" "-p" name "-j" jobs ]
12+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+
depends: [
15+
"ocaml" {>= "4.14.0"}
16+
"dune" {>= "3.5.0"}
17+
"slice" {= version}
18+
]
19+
x-maintenance-intent: [ "(latest)" ]
20+
url {
21+
src:
22+
"https://github.com/robur-coop/bstr/releases/download/v0.0.1/bstr-0.0.1.tbz"
23+
checksum: [
24+
"sha256=05701fb60e9f9b419cc2d3989cf58c60eba1b5e7a5d08fba7f9d92f29ea3a46e"
25+
"sha512=2199910457d8dedeefe3ffa3e4ef7a4f0845bb66459bcf3951d6197ec5f32a0c49c29874341d7fc4ee026c82a95a0c8aaaea084840b10530f6c00a6120960174"
26+
]
27+
}
28+
x-commit-hash: "6ca901d56f62efb731d2b107a4793f7719437e23"

packages/bstr/bstr.0.0.1/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Romain Calascibetta <[email protected]>" ]
3+
authors: [ "Romain Calascibetta <[email protected]>" ]
4+
homepage: "https://git.robur.coop/robur/bstr"
5+
bug-reports: "https://git.robur.coop/robur/bstr"
6+
dev-repo: "git+https://github.com/robur-coop/bstr"
7+
doc: "https://robur-coop.github.io/bstr/"
8+
license: "MIT"
9+
synopsis: "A simple library for bigstrings"
10+
11+
build: [ "dune" "build" "-p" name "-j" jobs ]
12+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+
depends: [
15+
"ocaml" {>= "4.14.0"}
16+
"dune" {>= "3.5.0"}
17+
]
18+
x-maintenance-intent: [ "(latest)" ]
19+
url {
20+
src:
21+
"https://github.com/robur-coop/bstr/releases/download/v0.0.1/bstr-0.0.1.tbz"
22+
checksum: [
23+
"sha256=05701fb60e9f9b419cc2d3989cf58c60eba1b5e7a5d08fba7f9d92f29ea3a46e"
24+
"sha512=2199910457d8dedeefe3ffa3e4ef7a4f0845bb66459bcf3951d6197ec5f32a0c49c29874341d7fc4ee026c82a95a0c8aaaea084840b10530f6c00a6120960174"
25+
]
26+
}
27+
x-commit-hash: "6ca901d56f62efb731d2b107a4793f7719437e23"

packages/conf-autoconf/conf-autoconf.0.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ depexts: [
2626
["system:autoconf"] {os = "win32" & os-distribution = "cygwinports"}
2727
["autoconf"] {os-distribution = "cygwin"}
2828
["autoconf"] {os-family = "suse" | os-family = "opensuse"}
29+
["autoconf"] {os-family = "altlinux"}
2930
]
3031
synopsis: "Virtual package relying on autoconf installation"
3132
description: """

packages/conf-automake/conf-automake.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ depexts: [
3434
[ "automake" ] {os-family = "nixos"}
3535
[ "system:automake" ] {os = "win32" & os-distribution = "cygwinports"}
3636
[ "automake" ] {os-distribution = "cygwin"}
37+
[ "automake" ] {os-family = "altlinux"}
3738
]
3839
synopsis: "Virtual package relying on GNU automake"
3940
description: "This package can only install if GNU automake is installed on the system."

packages/conf-dpkg/conf-dpkg.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depexts: [
2020
["dpkg"] {os = "openbsd"}
2121
["dpkg"] {os = "netbsd"}
2222
["dpkg"] {os-family = "nixos"}
23+
["dpkg"] {os-family = "altlinux"}
2324
]
2425
x-ci-accept-failures: [
2526
"oraclelinux-7" # Does not have the package by default

packages/conf-gmp/conf-gmp.5/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ depexts: [
3535
["gmp-devel"] {os-family = "suse" | os-family = "opensuse"}
3636
["gmp"] {os = "win32" & os-distribution = "cygwinports"}
3737
["gmp"] {os-distribution = "nixos"}
38+
["libgmp-devel"] {os-family = "altlinux"}
3839
]
3940
synopsis: "Virtual package relying on a GMP lib system installation"
4041
description:

packages/conf-graphviz/conf-graphviz.0.1/opam

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ homepage: "http://www.graphviz.org/"
44
authors: "http://www.graphviz.org/Credits.php"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "EPL-1.0"
7-
build: [
8-
["which" "dot"]
9-
]
10-
depends: ["conf-which" {build}]
7+
build: ["dot" "-V"]
118
depexts: [
129
["graphviz"] {os-family = "debian"}
1310
["graphviz"] {os-family = "ubuntu"}

0 commit comments

Comments
 (0)