this repo has no description

Merge pull request #20808 from rlepigre/opam-publish-bindlib.6.0.0

Package bindlib.6.0.0

Changed files
+54 -6
packages
bindlib
bindlib.6.0.0
catala
catala.0.2.0
catala.0.3.0
catala.0.5.0
lambdapi
lambdapi.1.0
lambdapi.2.0.0
lambdapi.2.1.0
+47
packages/bindlib/bindlib.6.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml Bindlib library for bound variables"
+
description: """
+
The Bindlib library provides support for free and bound variables in the
+
OCaml language. The main application is the representation of types with
+
a binding structure (e.g., abstract syntax trees)."""
+
maintainer: [
+
"Rodolphe Lepigre <lepigre@mpi-sws.org>"
+
"Christophe Raffalli <christophe@raffalli.eu"
+
]
+
authors: [
+
"Rodolphe Lepigre <lepigre@mpi-sws.org>"
+
"Christophe Raffalli <christophe@raffalli.eu"
+
]
+
license: "LGPL-3.0"
+
homepage: "https://github.com/rlepigre/ocaml-bindlib"
+
bug-reports: "https://github.com/rlepigre/ocaml-bindlib/issues"
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.7" & build}
+
"timed" {= "1.0" & with-test}
+
"earley" {= "3.0.0" & with-test}
+
"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/rlepigre/ocaml-bindlib.git"
+
url {
+
src: "https://github.com/rlepigre/ocaml-bindlib/archive/6.0.0.tar.gz"
+
checksum: [
+
"md5=49400a6c8a9089b21adaaf7741319596"
+
"sha512=ef0353a1b34c9790bd46e964773540a6642253d9eb6a6d57a2e80c54ac9de730d4b79540603fd6aea8ed321455b5a13d6ec8bd380c32e7bb17fe0e400360e90d"
+
]
+
}
+1 -1
packages/catala/catala.0.2.0/opam
···
"menhir" {>= "20200211" & < "20211215"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
···
"menhir" {>= "20200211" & < "20211215"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"dune-build-info" {>= "2.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
+2 -1
packages/catala/catala.0.3.0/opam
···
"ocaml" {>= "4.08.0"}
"ANSITerminal" {>= "0.8.2"}
"sedlex" {>= "2.1"}
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.10"}
···
"ocaml" {>= "4.08.0"}
"ANSITerminal" {>= "0.8.2"}
"sedlex" {>= "2.1"}
+
"gen" {>= "0.2.3"}
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.10"}
+1 -1
packages/catala/catala.0.5.0/opam
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
-
"bindlib" {>= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.12"}
···
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"unionFind" {>= "20200320"}
+
"bindlib" {= "5.0.1"}
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"re" {>= "1.9.0"}
"zarith" {>= "1.12"}
+1 -1
packages/lambdapi/lambdapi.1.0/opam
···
"menhir"
"earley" {>= "1.0.2"}
"earley-ocaml" {>= "1.0.2"}
-
"bindlib" {>= "5.0.0"}
"timed" {>= "1.0"} ]
synopsis : "Implementation of the λΠ-calculus modulo rewriting"
···
"menhir"
"earley" {>= "1.0.2"}
"earley-ocaml" {>= "1.0.2"}
+
"bindlib" {= "5.0.0"}
"timed" {>= "1.0"} ]
synopsis : "Implementation of the λΠ-calculus modulo rewriting"
+1 -1
packages/lambdapi/lambdapi.2.0.0/opam
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
-
"bindlib" {>= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
+
"bindlib" {= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
+1 -1
packages/lambdapi/lambdapi.2.1.0/opam
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
-
"bindlib" {>= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}
···
"alcotest" {with-test}
"alt-ergo" {with-test}
"alt-ergo" {<= "2.4.0"}
+
"bindlib" {= "5.0.1"}
"timed" {>= "1.0"}
"pratter" {>= "1.2"}
"why3" {>= "1.4.0"}