Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/azure-cosmos-db/azure-cosmos-db.0.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"lwt_ppx"
"atdgen"
"ocsigenserver"
"ocamlnet"
"base64"
"uri"
"cohttp"
Expand Down
1 change: 1 addition & 0 deletions packages/azure-cosmos-db/azure-cosmos-db.0.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"lwt_ppx"
"atdgen"
"ocsigenserver"
"ocamlnet"
"base64"
"uri"
"cohttp"
Expand Down
1 change: 1 addition & 0 deletions packages/azure-cosmos-db/azure-cosmos-db.0.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"lwt_ppx"
"atdgen"
"ocsigenserver"
"ocamlnet"
"base64"
"uri"
"cohttp"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"js_of_ocaml" {>= "2.5" & < "3.0"}
"tyxml" {>= "3.3.0" & < "3.6.0"}
"calendar" {>= "2.00"}
"ocsigenserver" {>= "2.6"}
"ocsigenserver" {>= "2.6" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData"
"ocamlbuild"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.5.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"js_of_ocaml" {> "2.6" & < "3.0"}
"tyxml" {= "3.6.0"}
"calendar" {>= "2.00"}
"ocsigenserver" {>= "2.6"}
"ocsigenserver" {>= "2.6" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {= "0.2"}
"base-bytes"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"js_of_ocaml" {>= "2.8.2" & < "3.0"}
"tyxml" {>= "4.0.0" & < "4.3"}
"calendar" {>= "2.00"}
"ocsigenserver" {>= "2.8"}
"ocsigenserver" {>= "2.8" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
("dbm" | "sqlite3")
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ppx_tools" {>= "0.99.3"}
"js_of_ocaml" {>= "2.8.2" & < "3.0"}
"tyxml" {>= "4.0.0" & < "4.3"}
"ocsigenserver" {>= "2.8"}
"ocsigenserver" {>= "2.8" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
("dbm" | "sqlite3")
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.10.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.12.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.13.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -23,7 +23,7 @@ depends: [
"lwt_log"
"lwt_ppx"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.18.0"}
"ocsigenserver" {>= "2.18.0" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ppx_tools" {>= "0.99.3"}
"js_of_ocaml" {>= "2.8.2" & < "3.0"}
"tyxml" {>= "4.0.0" & < "4.3"}
"ocsigenserver" {>= "2.8"}
"ocsigenserver" {>= "2.8" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
("dbm" | "sqlite3")
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"lwt_camlp4"
"tyxml" {>= "4.0.0" & < "4.3.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"lwt_camlp4"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"lwt_camlp4"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.6.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"lwt_camlp4"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -23,7 +23,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -23,7 +23,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -23,7 +23,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eliom/eliom.6.9.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: "Client/server Web framework"
description: "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."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
Expand All @@ -24,7 +24,7 @@ depends: [
"lwt_ppx"
"ppx_tools_versioned"
"tyxml" {>= "4.3.0" & < "4.4.0"}
"ocsigenserver" {>= "2.10"}
"ocsigenserver" {>= "2.10" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eliom/eliom.7.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"lwt_log"
"lwt_ppx"
"tyxml" {>= "4.4.0" & < "5.0.0"}
"ocsigenserver" {>= "2.18.0"}
"ocsigenserver" {>= "2.18.0" & < "3.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.15.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.15.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.15.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.16.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.16.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-start/ocsigen-start.2.18.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Ocsigen Start is a set of higher-level libraries for building clie
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
license: "LGPL-2.1 with OCaml linking exception"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
Expand Down
Loading