-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #610 from psafont/refresh-all
- Loading branch information
Showing
190 changed files
with
2,126 additions
and
2,491 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
opam-version: "2.0" | ||
name: "dot-merlin-reader" | ||
version: "4.1" | ||
version: "4.5" | ||
synopsis: "Reads config files for merlin" | ||
description: | ||
"Helper process: reads .merlin files and gives the normalized content to merlin" | ||
maintainer: "[email protected]" | ||
authors: "The Merlin team" | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/merlin" | ||
bug-reports: "https://github.com/ocaml/merlin/issues" | ||
depends: [ | ||
"ocaml" {>= "4.06.1"} | ||
"dune" {>= "2.7.0"} | ||
"ocaml" {>= "4.08.0" & < "5.0.0"} | ||
"dune" {>= "2.9.0"} | ||
"yojson" {>= "1.6.0"} | ||
"ocamlfind" {>= "1.6.0"} | ||
"csexp" {>= "1.2.3"} | ||
"result" {>= "1.5"} | ||
"csexp" {>= "1.5.1"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
|
@@ -23,10 +23,10 @@ build: [ | |
dev-repo: "git+https://github.com/ocaml/merlin.git" | ||
url { | ||
src: | ||
"https://github.com/ocaml/merlin/releases/download/v4.1/dot-merlin-reader-v4.1.tbz" | ||
"https://github.com/ocaml/merlin/releases/download/v4.6-413/merlin-4.6-413.tbz" | ||
checksum: [ | ||
"sha256=14a36d6fb8646a5df4530420a7861722f1a4ee04753717947305e3676031e7cd" | ||
"sha512=65fd4ab08904c05651a7ef8971802ffaa428daa920765dbcf162e3c56e8047e4c9e4356daa45efccce7c73a586635c8f6cf8118fd3059789de9aff68579bd436" | ||
"sha256=f3dd371f84c4e85fefd8ac355e97297571222c875bf6595882de36cd247d90ee" | ||
"sha512=fe88a52c4c3c94505da142fbb7d400fce11bfafe6e47ec7cd39437308baa7122399a008bb6d0ef7b8f29636c2a51f4d49e3535136010fec198a1188293914a56" | ||
] | ||
} | ||
x-commit-hash: "ab02f60994c81166820791b5f465f467d752b8dc" | ||
x-commit-hash: "2f422293d26b16ccf934d6d340c7a02f76e444c9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "lambda-term" | ||
version: "3.1.0" | ||
version: "3.3.1" | ||
synopsis: "Terminal manipulation library for OCaml" | ||
description: """\ | ||
Lambda-term is a cross-platform library for manipulating the terminal. It | ||
|
@@ -10,28 +10,43 @@ to provide a higher level functional interface to terminal manipulation than, | |
for example, ncurses, by providing a native OCaml interface instead of bindings | ||
to a C library. Lambda-term integrates with zed to provide text edition | ||
facilities in console applications.""" | ||
maintainer: "jeremie@dimino.org" | ||
maintainer: "[email protected].org" | ||
authors: "Jérémie Dimino" | ||
license: "BSD-3-Clause" | ||
homepage: "https://github.com/ocaml-community/lambda-term" | ||
bug-reports: "https://github.com/ocaml-community/lambda-term/issues" | ||
depends: [ | ||
"ocaml" {>= "4.02.3"} | ||
"dune" {>= "3.0"} | ||
"ocaml" {>= "4.08.0"} | ||
"logs" | ||
"lwt" {>= "4.2.0"} | ||
"lwt_log" | ||
"react" | ||
"zed" {>= "3.1.0" & < "4.0"} | ||
"camomile" {>= "1.0.1"} | ||
"lwt_react" | ||
"mew_vi" {>= "0.5.0" & < "0.6.0"} | ||
"dune" {>= "1.1.0"} | ||
"react" | ||
"zed" {>= "3.2.0" & < "4.0"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/ocaml-community/lambda-term.git" | ||
url { | ||
src: "https://github.com/ocaml-community/lambda-term/archive/3.1.0.tar.gz" | ||
checksum: "md5=78180c04ecfc8060b23d7d0014f24196" | ||
src: | ||
"https://github.com/ocaml-community/lambda-term/releases/download/3.3.1/lambda-term-3.3.1.tbz" | ||
checksum: [ | ||
"sha256=5b77cbe096d56ae9157cb1fb55fb4e9028c89e841b1d2bfad4f13d8a1395db3c" | ||
"sha512=d7968ad000c9c7e899ffb7fdd0016009f41c71d9fad4897decbe66ea24140ab1ee8428fd550c7b8016e7f6343f41e7abd53b52b5f2bf6bb85b4de64f12ac9161" | ||
] | ||
} | ||
x-commit-hash: "f6b1940863e94d437a0578e19076a342bc9b5a70" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "lwt_react" | ||
version: "1.1.5" | ||
version: "1.2.0" | ||
synopsis: "Helpers for using React with Lwt" | ||
maintainer: "Anton Bachin <[email protected]>" | ||
authors: "Jérémie Dimino" | ||
|
@@ -11,15 +11,16 @@ bug-reports: "https://github.com/ocsigen/lwt/issues" | |
depends: [ | ||
"dune" {>= "1.8.0"} | ||
"lwt" {>= "3.0.0"} | ||
"ocaml" | ||
"ocaml" {>= "4.08"} | ||
"react" {>= "1.0.0"} | ||
"cppo" {build & >= "1.1.0"} | ||
] | ||
build: ["dune" "build" "-p" name "-j" jobs] | ||
dev-repo: "git+https://github.com/ocsigen/lwt.git" | ||
url { | ||
src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.5.0.tar.gz" | ||
src: "https://github.com/ocsigen/lwt/archive/5.6.0.tar.gz" | ||
checksum: [ | ||
"md5=94272fac89c5bf21a89c102b8a8f35a5" | ||
"sha512=8951b94555e930634375816d71815b9d85daad6ffb7dab24864661504d11be26575ab0b237196c54693efa372a9b69cdc1d5068a20a250dc0bbb4a3c03c5fda1" | ||
"md5=e63979ee40a80d5b9e9e5545f33323b4" | ||
"sha512=d616389bc9e0da11f25843ab7541ac2d40c9543700a89455f14115b339bbe58cef2b8acf0ae97fd54e15a4cb93149cfe1ebfda301aa93933045f76b7d9344160" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "react" | ||
version: "1.2.1" | ||
version: "1.2.2" | ||
synopsis: "Declarative events and signals for OCaml" | ||
description: """\ | ||
Release %%VERSION%% | ||
|
@@ -11,23 +11,26 @@ events and signals. React doesn't define any primitive event or | |
signal, it lets the client chooses the concrete timeline. | ||
|
||
React is made of a single, independent, module and distributed under | ||
the ISC license.""" | ||
the ISC license. | ||
|
||
Homepage: <http://erratique.ch/software/react>""" | ||
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>" | ||
authors: "Daniel Bünzli <daniel.buenzl [email protected]>" | ||
authors: "The react programmers" | ||
license: "ISC" | ||
tags: ["reactive" "declarative" "signal" "event" "frp" "org:erratique"] | ||
homepage: "http://erratique.ch/software/react" | ||
doc: "http://erratique.ch/software/react/doc/React" | ||
homepage: "https://erratique.ch/software/react" | ||
doc: "https://erratique.ch/software/react/doc/" | ||
bug-reports: "https://github.com/dbuenzli/react/issues" | ||
depends: [ | ||
"ocaml" {>= "4.01.0"} | ||
"ocaml" {>= "4.08.0"} | ||
"ocamlfind" {build} | ||
"ocamlbuild" {build} | ||
"topkg" {build & >= "0.9.0"} | ||
"topkg" {build & >= "1.0.3"} | ||
] | ||
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%"] | ||
dev-repo: "git+http://erratique.ch/repos/react.git" | ||
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] | ||
dev-repo: "git+https://erratique.ch/repos/react.git" | ||
url { | ||
src: "http://erratique.ch/software/react/releases/react-1.2.1.tbz" | ||
checksum: "md5=ce1454438ce4e9d2931248d3abba1fcc" | ||
src: "https://erratique.ch/software/react/releases/react-1.2.2.tbz" | ||
checksum: | ||
"sha512=18cdd544d484222ba02db6bd9351571516532e7a1c107b59bbe39193837298f5c745eab6754f8bc6ff125b387be7018c6d6e6ac99f91925a5e4f53af688522b1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.