···2727# and not alt-ergo-lib.opam which is generated by dune
28282929license: [
3030- "OCamlPro Non-Commercial Purpose License, version 1"
3030+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3131]
32323333build: [
+1-1
packages/alt-ergo-lib/alt-ergo-lib.2.4.1/opam
···2727# and not alt-ergo-lib.opam which is generated by dune
28282929license: [
3030- "OCamlPro Non-Commercial Purpose License, version 1"
3030+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3131]
32323333build: [
···2626# and not alt-ergo-parsers.opam which is generated by dune
27272828license: [
2929- "OCamlPro Non-Commercial Purpose License, version 1"
2929+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3030]
31313232build: [
···2626# and not alt-ergo-parsers.opam which is generated by dune
27272828license: [
2929- "OCamlPro Non-Commercial Purpose License, version 1"
2929+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3030]
31313232build: [
···2323# and not alt-ergo.opam which is generated by dune
24242525license: [
2626- "OCamlPro Non-Commercial Purpose License, version 1"
2626+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
2727 "LGPL-2.1-only"
2828]
2929
+1-1
packages/alt-ergo/alt-ergo.2.4.1/opam
···2323# and not alt-ergo.opam which is generated by dune
24242525license: [
2626- "OCamlPro Non-Commercial Purpose License, version 1"
2626+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
2727 "LGPL-2.1-only"
2828]
2929
···2626# and not altgr-ergo.opam which is generated by dune
27272828license: [
2929- "OCamlPro Non-Commercial Purpose License, version 1"
2929+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3030]
31313232build: [
+1-1
packages/altgr-ergo/altgr-ergo.2.4.1/opam
···2626# and not altgr-ergo.opam which is generated by dune
27272828license: [
2929- "OCamlPro Non-Commercial Purpose License, version 1"
2929+ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
3030]
31313232build: [
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis:
44 "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
55description: """\
+1-1
packages/drom/drom.0.6.1/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis:
44 "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
55description: """\
+1-1
packages/drom_lib/drom_lib.0.6.0/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis:
44 "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
55description: """\
+1-1
packages/drom_lib/drom_lib.0.6.1/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis:
44 "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
55description: """\
+1-1
packages/dune-expand/dune-expand.0.0.1/opam
···55 "dune-expand is a tool that allows users to view the expanded output of PPXs on their source files."
66maintainer: ["kirang@comp.nus.edu.sg"]
77authors: ["Kiran Gopinathan"]
88-license: "GPL-3.0+"
88+license: "GPL-3.0-or-later"
99homepage: "https://gitlab.com/gopiandcode/dune-expand"
1010bug-reports: "https://gitlab.com/gopiandcode/dune-expand/issues"
1111depends: [
+1-1
packages/ego/ego.0.0.5/opam
···44 "Ego is an exensible egraph library for OCaml loosely based on the egg library in Rust."
55maintainer: ["kirang@comp.nus.edu.sg"]
66authors: ["Kiran Gopinathan"]
77-license: "GPL-3.0+"
77+license: "GPL-3.0-or-later"
88homepage: "https://gitlab.com/gopiandcode/ego"
99bug-reports: "https://gitlab.com/gopiandcode/ego/issues"
1010depends: [
+1-1
packages/eliom/eliom.8.8.0/opam
···55description: "Eliom is a framework for implementing client/server Web applications. It introduces new concepts to simplify the implementation of common behaviors, and uses advanced static typing features of OCaml to check many properties of the Web application at compile-time. Eliom allows implementing the whole application as a single program that includes both the client and the server code. We use a syntax extension to distinguish between the two sides. The client-side code is compiled to JS using Ocsigen Js_of_ocaml."
66homepage: "http://ocsigen.org/eliom/"
77bug-reports: "https://github.com/ocsigen/eliom/issues/"
88-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
88+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99dev-repo: "git+https://github.com/ocsigen/eliom.git"
1010build: [make]
1111depends: [
+1-1
packages/eliom/eliom.8.8.1/opam
···55description: "Eliom is a framework for implementing client/server Web applications. It introduces new concepts to simplify the implementation of common behaviors, and uses advanced static typing features of OCaml to check many properties of the Web application at compile-time. Eliom allows implementing the whole application as a single program that includes both the client and the server code. We use a syntax extension to distinguish between the two sides. The client-side code is compiled to JS using Ocsigen Js_of_ocaml."
66homepage: "http://ocsigen.org/eliom/"
77bug-reports: "https://github.com/ocsigen/eliom/issues/"
88-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
88+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99dev-repo: "git+https://github.com/ocsigen/eliom.git"
1010build: [make]
1111depends: [
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "Easy interface to Cmdliner à la Arg.parse with sub-commands"
44description: """
55ez_cmdliner is a simple layer on top of Cmdliner to provide an interface
+1-1
packages/ez_config/ez_config.0.2.0/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "Easy management of configuration files"
44description: """\
55EzConfig can be used to manage a configuration file with OCaml lexing
+1-1
packages/ez_file/ez_file.0.3.0/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "Easy file manipulation (read_file, write_file, etc.)"
44description: """\
55This library provides some modules to read and write files, and create
+1-1
packages/ez_search/ez_search.0.2.2/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "The ez_search library"
44description: """\
55ez_search is a library for indexing files and searching content with rexgexps.
+1-1
packages/ez_subst/ez_subst.0.2.0/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "Ez_subst is a simple module to perform string substitutions"
44description: """
55Ez_subst is a simple module to perform string substitutions, like
+1-1
packages/ez_subst/ez_subst.0.2.1/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "Ez_subst is a simple module to perform string substitutions"
44description: """\
55Ez_subst is a simple module to perform string substitutions, like
···44description: "OCaml bindings to libmpg123"
55maintainer: ["Michael Bacarella <m@bacarella.com>"]
66authors: ["Michael Bacarella <m@bacarella.com>"]
77-license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
77+license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
88homepage: "https://github.com/mbacarella/mpg123"
99bug-reports: "https://github.com/mbacarella/mpg123/issues"
1010depends: [
+1-1
packages/mpg123/mpg123.0.3/opam
···44description: "OCaml bindings to libmpg123"
55maintainer: ["Michael Bacarella <m@bacarella.com>"]
66authors: ["Michael Bacarella <m@bacarella.com>"]
77-license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
77+license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
88homepage: "https://github.com/mbacarella/mpg123"
99bug-reports: "https://github.com/mbacarella/mpg123/issues"
1010depends: [
+1-1
packages/ocp-index/ocp-index.1.3.2/opam
···1616]
1717homepage: "http://www.typerex.org/ocp-index.html"
1818bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
1919-license: ["LGPL-2.1-only with OCaml-LGPL-linking-exception" "GPL-3.0-only"]
1919+license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "GPL-3.0-only"]
2020tags: [ "org:ocamlpro" "org:typerex" ]
2121dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
2222build: ["dune" "build" "-p" name "-j" jobs]
+1-1
packages/ocp-index/ocp-index.1.3.3/opam
···1010To automatically configure your editors, install this with package `user-setup`."""
1111maintainer: "louis.gesbert@ocamlpro.com"
1212authors: ["Louis Gesbert" "Gabriel Radanne"]
1313-license: ["LGPL-2.1-only with OCaml-LGPL-linking-exception" "GPL-3.0-only"]
1313+license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "GPL-3.0-only"]
1414tags: ["org:ocamlpro" "org:typerex"]
1515homepage: "http://www.typerex.org/ocp-index.html"
1616bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
+1-1
packages/ocp-index/ocp-index.1.3.4/opam
···1616]
1717homepage: "http://www.typerex.org/ocp-index.html"
1818bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
1919-license: ["LGPL-2.1-only with OCaml-LGPL-linking-exception" "GPL-3.0-only"]
1919+license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "GPL-3.0-only"]
2020tags: [ "org:ocamlpro" "org:typerex" ]
2121dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
2222build: ["dune" "build" "-p" name "-j" jobs]
+1-1
packages/ocp-search/ocp-search.0.2.2/opam
···11opam-version: "2.0"
22-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
22+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
33synopsis: "The ocp-search tool to index/search source packages"
44description: """\
55ocp-search is an index/search tool built as an example on top of
+1-1
packages/ocsigen-ppx-rpc/ocsigen-ppx-rpc.1.0/opam
···11opam-version: "2.0"
22authors: "dev@ocsigen.org"
33maintainer: "dev@ocsigen.org"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55homepage: "https://github.com/ocsigen/ocsigen-ppx-rpc/"
66bug-reports: "https://github.com/ocsigen/ocsigen-ppx-rpc/issues"
77dev-repo: "git+https://github.com/ocsigen/ocsigen-ppx-rpc.git"
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using DBM"
66description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
+1-1
packages/ocsipersist-dbm/ocsipersist-dbm.1.0/opam
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using DBM"
66description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using DBM"
66description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) - support library"
66description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) - support library"
66description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite."
77
+1-1
packages/ocsipersist-lib/ocsipersist-lib.1.0/opam
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) - support library"
66description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) - support library"
66description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using PostgreSQL"
66description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using SQLite"
66description: "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using SQLite"
66description: "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library."
77
+1-1
packages/ocsipersist/ocsipersist.1.0.1/opam
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using multiple backends"
66description: "This is an virtual library defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite."
77
+1-1
packages/ocsipersist/ocsipersist.1.0/opam
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using multiple backends"
66description: "This is an virtual library defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM database, PostgreSQL, SQLite."
77
+1-1
packages/ocsipersist/ocsipersist.1.1.0/opam
···11opam-version: "2.0"
22authors: "The Ocsigen team <dev@ocsigen.org>"
33maintainer: "Jan Rochel <jan@besport.com>"
44-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
44+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
55synopsis: "Persistent key/value storage (for Ocsigen) using multiple backends"
66description: "This is an virtual library defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite."
77
···55Provides the `opam custom-install` command, which allows to wrap a custom install command, and make opam register it as the installation of a given package. This is a prototype provided for the moment as a plugin, but might get integrated into opam if useful.
66"""
77tags: ["org:ocamlpro" "org:opam"]
88-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
88+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99depends: [
1010 "dune" {>= "1.5"}
1111 "opam-client" {>= "2.1.0" & < "2.1.2"}
···55Provides the `opam custom-install` command, which allows to wrap a custom install command, and make opam register it as the installation of a given package. This is a prototype provided for the moment as a plugin, but might get integrated into opam if useful.
66"""
77tags: ["org:ocamlpro" "org:opam"]
88-license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
88+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99depends: [
1010 "dune" {>= "1.5"}
1111 "opam-client" {>= "2.1.2"}