this repo has no description

Merge branch 'master' into directories.0.6

Shon Feder 9500f39f 268d4e94

Changed files
+462 -16
packages
aws-s3
aws-s3.4.4.0
aws-s3.4.4.1
aws-s3.4.5.0
aws-s3.4.5.1
aws-s3.4.6.0
aws-s3.4.7.0
aws-s3.4.8.0
ccbg
ccbg.0.1
decimal
decimal.1.0.2
dream-html
dream-html.3.10.0
gotd
gotd.0.1
lablgtk
lablgtk.2.18.14
labltk
labltk.8.06.15
ocamlbrowser
ocamlbrowser.5.3.0
patricia-tree
patricia-tree.0.11.0
ppx_decimal
ppx_decimal.1.0.2
prelude
prelude.0.4
pure-html
pure-html.3.10.0
scfg
scfg.0.4
smtml
smtml.0.2.4
smtml.0.2.5
smtml.0.3.1
smtml.0.4.0
smtml.0.4.1
sun
sun.0.1
+3 -2
packages/aws-s3/aws-s3.4.4.0/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.05.0"}
+
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
-
"uri"
+
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
"cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.4.1/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.05.0"}
+
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
-
"uri"
+
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
"cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.5.0/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.05.0"}
+
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
-
"uri"
+
"uri" {>= "1.3.1"}
"xml-light"
"yojson"
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
"cmdliner"
+3 -2
packages/aws-s3/aws-s3.4.5.1/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.05.0"}
+
"ocaml" {>= "4.08.0"}
"dune"
"ocaml-inifiles"
"digestif" {>= "0.7"}
"ptime"
-
"uri"
+
"uri" {>= "1.3.1"}
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
"cmdliner"
+1
packages/aws-s3/aws-s3.4.6.0/opam
···
"ptime"
"uri"
"ezxmlm" {>= "1.1.0"}
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xmlm" {>= "5.0.0" & < "6.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
"cmdliner" {>= "1.1.0"}
+1
packages/aws-s3/aws-s3.4.7.0/opam
···
"ptime"
"uri"
"ezxmlm" {>= "1.1.0"}
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xmlm" {>= "5.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0"}
"cmdliner" {>= "1.1.0"}
+1
packages/aws-s3/aws-s3.4.8.0/opam
···
"ptime"
"uri"
"ezxmlm" {>= "1.1.0"}
+
"base" {< "v0.17.0"}
"ppx_protocol_conv_xmlm" {>= "5.0.0"}
"ppx_protocol_conv_json" {>= "5.0.0"}
"yojson"
+1 -1
packages/ccbg/ccbg.0.1/opam
···
"bos" {>= "0.2.0"}
"directories" {< "0.6"}
"fpath"
-
"scfg" {>= "0.2"}
+
"scfg" {>= "0.2" & < "0.4"}
"odoc" {with-doc}
]
conflicts: [
+45
packages/decimal/decimal.1.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Arbitrary-precision floating-point decimal library"
+
description: """
+
Arbitrary-precision floating-point decimal library ported from
+
the Python decimal module."""
+
maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
+
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
+
license: "PSF-2.0"
+
homepage: "https://github.com/yawaramin/ocaml-decimal"
+
doc: "https://yawaramin.github.io/ocaml-decimal/api"
+
bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"alcotest" {>= "1.5.0" & < "2.0.0" & with-test}
+
"angstrom" {>= "0.15.0" & < "1.0.0" & with-test}
+
"ocaml" {>= "4.08.0"}
+
"zarith" {>= "1.10" & < "2.0.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git"
+
available:
+
arch = "arm64" | arch = "x86_64"
+
url {
+
src:
+
"https://github.com/yawaramin/ocaml-decimal/releases/download/v1.0.2/decimal-1.0.2.tbz"
+
checksum: [
+
"sha256=39ba0f5b8f0c6943422ca08b26ea37c0aa4fdfacd29a40d9c195d48f5513fe6c"
+
"sha512=6157fccb1149e255897b7aa3f58ba33bb3a01c8c0a048f0f315325bd4bf4ef30b580e506c69c05c24e292f602409f0e21f9796d49a2c1bc3a20200d30faa3c56"
+
]
+
}
+
x-commit-hash: "1cc6a88c733f3acb7496252448e7fcbf0a8792c9"
+43
packages/dream-html/dream-html.3.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "HTML generator eDSL for Dream"
+
description:
+
"Write HTML directly in your OCaml source files with editor support."
+
maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
+
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
+
license: "GPL-3.0-or-later"
+
tags: ["org:yawaramin"]
+
homepage: "https://github.com/yawaramin/dream-html"
+
doc: "https://yawaramin.github.io/dream-html/"
+
bug-reports: "https://github.com/yawaramin/dream-html/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.14.0"}
+
"ppxlib" {>= "0.33.0" & < "1.0.0"}
+
"pure-html" {= version}
+
"dream" {>= "1.0.0~alpha8"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yawaramin/dream-html.git"
+
url {
+
src:
+
"https://github.com/yawaramin/dream-html/releases/download/v3.10.0/dream-html-3.10.0.tbz"
+
checksum: [
+
"sha256=64c4eefc0ff2a7a8d6f7de5a0242e2d0a5044e50ce0bc292b7c356509cb28346"
+
"sha512=0528e6fe044626c5f663f4d0fddf79a2b497b69c90d7aa656e9b8c789b1a68a5464a7a0f8f6a81001d3429e6906a6f7e33cd2a9fb6f5f3f1564bfa45ae4e9d57"
+
]
+
}
+
x-commit-hash: "ed9a3dd73b2e5360ab0abb50ec3ed909755c2113"
+1 -1
packages/gotd/gotd.0.1/opam
···
"bos"
"directories" {< "0.6"}
"fpath"
-
"scfg"
+
"scfg" {< "0.4"}
"odoc" {with-doc}
]
conflicts: ["rresult" {< "0.7"}]
+62
packages/lablgtk/lablgtk.2.18.14/opam
···
+
opam-version: "2.0"
+
maintainer: "garrigue@math.nagoya-u.ac.jp"
+
authors: ["Jacques Garrigue et al., Nagoya University"]
+
homepage: "https://garrigue.github.io/lablgtk/"
+
bug-reports: "https://github.com/garrigue/lablgtk/issues"
+
dev-repo: "git+https://github.com/garrigue/lablgtk.git"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
build: [
+
["./configure" "--prefix" prefix "LABLGLDIR=%{lib}%/lablgl"]
+
[make "world"]
+
]
+
install: [
+
[make "install"]
+
]
+
depends: [
+
"ocaml" {>= "4.06"}
+
"ocamlfind" {>= "1.2.1"}
+
"conf-gtk2" {build}
+
"camlp-streams" {build}
+
]
+
depopts: [
+
"conf-gtksourceview"
+
"conf-gnomecanvas"
+
"conf-glade"
+
"lablgl"
+
]
+
conflicts: [
+
"conf-glade" {ocaml:version >= "5.0"}
+
]
+
patches: ["lablgldir.patch"]
+
post-messages: [
+
"This package requires gtk+ 2.0 development packages installed on your system"
+
{failure}
+
"""
+
To solve pkg-config issues, you may need to do
+
'export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig' and retry"""
+
{failure & os = "macos"}
+
]
+
synopsis: "OCaml interface to GTK+"
+
url {
+
src: "https://github.com/garrigue/lablgtk/archive/2.18.14.tar.gz"
+
checksum: [
+
"sha256=b3b746d4aa8a2bf7d63b1eca9f5319aac0c1888c5c54cf0581f8d895fd78c277"
+
"md5=b0ea9cc66cbc7eb698b73f7815b35462"
+
]
+
}
+
extra-source "lablgtk.install" {
+
src:
+
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk/lablgtk.install"
+
checksum: [
+
"sha256=a7254f258d43669943ababb0846017096262938bccc2f0d62cbc53687cd77d15"
+
"md5=1a3468258dd50aab33b9844db158b11a"
+
]
+
}
+
extra-source "lablgldir.patch" {
+
src:
+
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk/lablgldir.patch.2.18.13"
+
checksum: [
+
"sha256=018a0f6006413258878ac550e078fa29a6f42f63ae7b6a50f38d116128f21b73"
+
"md5=ea7cb50e7f6aa85968063d059ab46c44"
+
]
+
}
+37
packages/labltk/labltk.8.06.15/opam
···
+
opam-version: "2.0"
+
maintainer: "garrigue@math.nagoya-u.ac.jp"
+
authors: ["Jacques Garrigue et al., Nagoya University"]
+
homepage: "https://garrigue.github.io/labltk/"
+
bug-reports: "https://github.com/garrigue/labltk/issues"
+
dev-repo: "git+https://github.com/garrigue/labltk.git"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
build: [
+
["./configure" "-use-findlib" "-verbose" "-installbindir" bin]
+
[
+
make
+
"library"
+
"opt" {!ocaml-option-bytecode-only:installed}
+
]
+
]
+
install: [
+
[make "install"]
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"ocamlfind" {build}
+
"conf-tcl"
+
"conf-tk"
+
]
+
post-messages: [
+
"This package requires Tcl/Tk with its development packages installed on your system" {failure}
+
]
+
synopsis: "OCaml interface to Tcl/Tk"
+
description: "ocamlbrowser is now a separate package.\n\
+
For details, see https://garrigue.github.io/labltk/"
+
url {
+
src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.15.tar.gz"
+
checksum: [
+
"sha256=fe0e11bacdb537ce9027aec072262405f01fe4017d19213d5a82ef053e50594d"
+
"md5=c5f70ac8a2d36e083a51603f8d3a0901"
+
]
+
}
+34
packages/ocamlbrowser/ocamlbrowser.5.3.0/opam
···
+
opam-version: "2.0"
+
maintainer: "garrigue@math.nagoya-u.ac.jp"
+
authors: ["Jacques Garrigue et al., Nagoya University"]
+
homepage: "https://garrigue.github.io/labltk/"
+
bug-reports: "https://github.com/garrigue/labltk/issues"
+
dev-repo: "git+https://github.com/garrigue/labltk.git"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
build: [
+
["./configure" "-use-findlib" "-installbindir" bin]
+
[make "all"]
+
]
+
install: [
+
[make "install-browser"]
+
]
+
depends: [
+
"ocaml" {>= "5.3" & < "5.4"}
+
"labltk" {>= "8.06.15"}
+
"ocamlfind" {build}
+
"conf-tcl"
+
"conf-tk"
+
]
+
post-messages: [
+
"This package requires Tcl/Tk with its development packages installed on your system" {failure}
+
]
+
synopsis: "OCamlBrowser Library Explorer"
+
description: "Requires LablTk. For details, see https://garrigue.github.io/labltk/"
+
url {
+
src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.15.tar.gz"
+
checksum: [
+
"sha256=fe0e11bacdb537ce9027aec072262405f01fe4017d19213d5a82ef053e50594d"
+
"md5=c5f70ac8a2d36e083a51603f8d3a0901"
+
]
+
}
+
+46
packages/patricia-tree/patricia-tree.0.11.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Patricia Tree data structure in OCaml for maps and sets. Supports generic key-value pairs"
+
maintainer: ["Dorian Lesbre <dorian.lesbre@cea.fr>"]
+
authors: [
+
"Matthieu Lemerre <matthieu.lemerre@cea.fr>"
+
"Dorian Lesbre <dorian.lesbre@cea.fr>"
+
]
+
license: "LGPL-2.1-only"
+
homepage: "https://codex.top/api/patricia-tree/"
+
doc: "https://codex.top/api/patricia-tree/"
+
bug-reports:
+
"https://github.com/codex-semantics-library/patricia-tree/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.0"}
+
"qcheck-core" {>= "0.21.2" & with-test}
+
"ppx_inline_test" {>= "v0.16.0" & with-test}
+
"mdx" {>= "2.4.1" & with-test}
+
"odoc" {>= "2.4.0" & with-doc}
+
"sherlodoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/codex-semantics-library/patricia-tree.git"
+
url {
+
src:
+
"https://github.com/codex-semantics-library/patricia-tree/releases/download/v0.11.0/patricia-tree-0.11.0.tbz"
+
checksum: [
+
"sha256=18fcde5d35d65c9bb2f9ec4ff732ecdd8969ba6fc2cf51d29ecb3be66e2fe664"
+
"sha512=da038d5096deb4bf3c02efd694e962ecf9b2571d140fa1fef17cce474f628ec070b93a44fd742748b9d3ba0e51041f864623d83e9cb0c72214abb0fb4a043625"
+
]
+
}
+
x-commit-hash: "8c964963985ae2cf5292146102316520f31e8fda"
+40
packages/ppx_decimal/ppx_decimal.1.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "A ppx for decimal literals"
+
description: "A ppx rewriter for decimal literals using the decimal library."
+
maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
+
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
+
license: "PSF-2.0"
+
homepage: "https://github.com/yawaramin/ocaml-decimal"
+
bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"decimal" {= version}
+
"ppxlib" {>= "0.26.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git"
+
available:
+
arch = "arm64" | arch = "x86_64"
+
url {
+
src:
+
"https://github.com/yawaramin/ocaml-decimal/releases/download/v1.0.2/decimal-1.0.2.tbz"
+
checksum: [
+
"sha256=39ba0f5b8f0c6943422ca08b26ea37c0aa4fdfacd29a40d9c195d48f5513fe6c"
+
"sha512=6157fccb1149e255897b7aa3f58ba33bb3a01c8c0a048f0f315325bd4bf4ef30b580e506c69c05c24e292f602409f0e21f9796d49a2c1bc3a20200d30faa3c56"
+
]
+
}
+
x-commit-hash: "1cc6a88c733f3acb7496252448e7fcbf0a8792c9"
+43
packages/prelude/prelude.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml library hiding stuff from the stdlib"
+
description:
+
"Prelude is an OCaml library hiding a lot of stuff from the stdlib to enforce good programming practices."
+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
+
authors: ["Léo Andrès <contact@ndrs.fr>"]
+
license: "AGPL-3.0-or-later"
+
tags: ["prelude" "stdlib" "safe" "exception" "layer" "hide"]
+
homepage: "https://git.zapashcanon.fr/zapashcanon/prelude"
+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.13"}
+
"bos"
+
"cmdliner"
+
"fmt"
+
"fpath"
+
"ocamlformat" {with-dev-setup}
+
"odoc" {with-dev-setup}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git"
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.4.tar.gz"
+
checksum: [
+
"sha256=858fd4291ea8767c6d238d7c5976107589053157dd4a6d53fa49a0451d7db7ab"
+
"sha512=beeacb29c18794854bfdf4d9ca53b24a35e64dbcc07e44fb56087cb14bbb4f8ad21c26eea202b04dd075c4fd84068ae997bd081a51989a6906c47fd58355da5f"
+
]
+
}
+40
packages/pure-html/pure-html.3.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "HTML generator eDSL"
+
description:
+
"Write HTML directly in your OCaml source files with editor support."
+
maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
+
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
+
license: "GPL-3.0-or-later"
+
tags: ["org:yawaramin"]
+
homepage: "https://github.com/yawaramin/dream-html"
+
doc: "https://yawaramin.github.io/dream-html/"
+
bug-reports: "https://github.com/yawaramin/dream-html/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"uri" {>= "4.4.0" & < "5.0.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yawaramin/dream-html.git"
+
url {
+
src:
+
"https://github.com/yawaramin/dream-html/releases/download/v3.10.0/dream-html-3.10.0.tbz"
+
checksum: [
+
"sha256=64c4eefc0ff2a7a8d6f7de5a0242e2d0a5044e50ce0bc292b7c356509cb28346"
+
"sha512=0528e6fe044626c5f663f4d0fddf79a2b497b69c90d7aa656e9b8c789b1a68a5464a7a0f8f6a81001d3429e6906a6f7e33cd2a9fb6f5f3f1564bfa45ae4e9d57"
+
]
+
}
+
x-commit-hash: "ed9a3dd73b2e5360ab0abb50ec3ed909755c2113"
+49
packages/scfg/scfg.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"OCaml library and executable to work with the scfg configuration file format"
+
description:
+
"scfg is an OCaml library and executable to work with the scfg configuration file format. It provides a parser, a pretty printer and a module to perform queries."
+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
+
authors: ["Léo Andrès <contact@ndrs.fr>"]
+
license: "ISC"
+
tags: ["scfg" "configuration" "format" "simple" "config" "parser" "printer"]
+
homepage: "https://git.zapashcanon.fr/zapashcanon/scfg"
+
doc: "https://doc.zapashcanon.fr/scfg"
+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/scfg/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"bos" {>= "0.2.1"}
+
"path"
+
"cmdliner" {>= "1.3.0"}
+
"fmt" {>= "0.9.0"}
+
"menhir" {>= "20211230"}
+
"ocaml" {>= "4.13"}
+
"sedlex"
+
"prelude" {>= "0.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/scfg.git"
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/scfg/archive/0.4.tar.gz"
+
checksum: [
+
"sha256=4098b9d5d1facd20325332939d7167d54f6dd612e4915df5eebfda90eb027997"
+
"sha512=70bbb4d7ff41e165cd9b61b53bd554aba362bd51728dc3d366ce0fa0ed88dc68d58345d995188793a7220d7779eea4d5433257011a77c58e3f4498839544acf4"
+
]
+
}
+1 -1
packages/smtml/smtml.0.2.4/opam
···
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
-
"prelude" {>= "0.3"}
+
"prelude" {= "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
+1 -1
packages/smtml/smtml.0.2.5/opam
···
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.14.0"}
-
"prelude" {>= "0.3"}
+
"prelude" {= "0.3"}
"ocaml_intrinsics"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.2.0"}
+1 -1
packages/smtml/smtml.0.3.1/opam
···
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
-
"prelude" {>= "0.3"}
+
"prelude" {= "0.3"}
"rusage"
"yojson" {>= "1.6.0"}
"zarith" {>= "1.5"}
+1 -1
packages/smtml/smtml.0.4.0/opam
···
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
-
"prelude" {>= "0.3"}
+
"prelude" {= "0.3"}
"rusage"
"scfg"
"yojson" {>= "1.6.0"}
+1 -1
packages/smtml/smtml.0.4.1/opam
···
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"patricia-tree" {>= "0.10.0"}
-
"prelude" {>= "0.3"}
+
"prelude" {= "0.3"}
"rusage"
"scfg"
"yojson" {>= "1.6.0"}
+1 -1
packages/sun/sun.0.1/opam
···
"ocaml" {>= "4.13"}
"cmdliner" {>= "1.1.0"}
"directories" {< "0.6"}
-
"scfg"
+
"scfg" {< "0.4"}
"odoc" {with-doc}
]
build: [