Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async_extended v0.9.0 and it's dependencies #9187

Merged
merged 1 commit into from May 19, 2017
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/async_extended/async_extended.v0.9.0/descr
@@ -0,0 +1,5 @@
Additional utilities for async

Async_extended is a collection of utilities for async. They don't
get the same level of review compared to other packages of the core
suite but they might still be useful.
26 changes: 26 additions & 0 deletions packages/async_extended/async_extended.v0.9.0/opam
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_extended"
bug-reports: "https://github.com/janestreet/async_extended/issues"
dev-repo: "https://github.com/janestreet/async_extended.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"async_find" {>= "v0.9" & < "v0.10"}
"async_inotify" {>= "v0.9" & < "v0.10"}
"async_interactive" {>= "v0.9" & < "v0.10"}
"async_shell" {>= "v0.9" & < "v0.10"}
"command_rpc" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"core_extended" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"textutils" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/async_extended/async_extended.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/async_extended-v0.9.0.tar.gz"
checksum: "aeec671619ac9e7fae3a5013e719631e"
1 change: 1 addition & 0 deletions packages/async_find/async_find.v0.9.0/descr
@@ -0,0 +1 @@
Directory traversal with Async
19 changes: 19 additions & 0 deletions packages/async_find/async_find.v0.9.0/opam
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_find"
bug-reports: "https://github.com/janestreet/async_find/issues"
dev-repo: "https://github.com/janestreet/async_find.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/async_find/async_find.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/async_find-v0.9.0.tar.gz"
checksum: "fc67a31715d6c8292147cf737d33c53c"
1 change: 1 addition & 0 deletions packages/async_inotify/async_inotify.v0.9.0/descr
@@ -0,0 +1 @@
Async wrapper for inotify
21 changes: 21 additions & 0 deletions packages/async_inotify/async_inotify.v0.9.0/opam
@@ -0,0 +1,21 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_inotify"
bug-reports: "https://github.com/janestreet/async_inotify/issues"
dev-repo: "https://github.com/janestreet/async_inotify.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"async_find" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"inotify"
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/async_inotify/async_inotify.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/async_inotify-v0.9.0.tar.gz"
checksum: "6a19def5f059b74550ac26adfaf90e99"
1 change: 1 addition & 0 deletions packages/async_interactive/async_interactive.v0.9.0/descr
@@ -0,0 +1 @@
Utilities for building simple command-line based user interfaces.
19 changes: 19 additions & 0 deletions packages/async_interactive/async_interactive.v0.9.0/opam
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_interactive"
bug-reports: "https://github.com/janestreet/async_interactive/issues"
dev-repo: "https://github.com/janestreet/async_interactive.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/async_interactive/async_interactive.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/async_interactive-v0.9.0.tar.gz"
checksum: "17287fdc1a78213f33b966c57ee825f3"
1 change: 1 addition & 0 deletions packages/async_shell/async_shell.v0.9.0/descr
@@ -0,0 +1 @@
Shell helpers for Async
20 changes: 20 additions & 0 deletions packages/async_shell/async_shell.v0.9.0/opam
@@ -0,0 +1,20 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_shell"
bug-reports: "https://github.com/janestreet/async_shell/issues"
dev-repo: "https://github.com/janestreet/async_shell.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"core_extended" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/async_shell/async_shell.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/async_shell-v0.9.0.tar.gz"
checksum: "35b7e0a6902f56118782a8c5169c9d13"
1 change: 1 addition & 0 deletions packages/command_rpc/command_rpc.v0.9.0/descr
@@ -0,0 +1 @@
Utilities for Versioned RPC communication with a child process over stdin and stdout.
19 changes: 19 additions & 0 deletions packages/command_rpc/command_rpc.v0.9.0/opam
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/command_rpc"
bug-reports: "https://github.com/janestreet/command_rpc/issues"
dev-repo: "https://github.com/janestreet/command_rpc.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"async" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/command_rpc/command_rpc.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/command_rpc-v0.9.0.tar.gz"
checksum: "c78fb154ba812324048dcbba9327976c"
5 changes: 5 additions & 0 deletions packages/core_extended/core_extended.v0.9.0/descr
@@ -0,0 +1,5 @@
Extra components that are not as closely vetted or as stable as Core

The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
25 changes: 25 additions & 0 deletions packages/core_extended/core_extended.v0.9.0/opam
@@ -0,0 +1,25 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/core_extended"
bug-reports: "https://github.com/janestreet/core_extended/issues"
dev-repo: "https://github.com/janestreet/core_extended.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"bin_prot" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9" & < "v0.10"}
"core_kernel" {>= "v0.9" & < "v0.10"}
"fieldslib" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"re2" {>= "v0.9" & < "v0.10"}
"sexplib" {>= "v0.9" & < "v0.10"}
"textutils" {>= "v0.9" & < "v0.10"}
"base-threads"
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/core_extended/core_extended.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/core_extended-v0.9.0.tar.gz"
checksum: "c498a9105bbaa0fdd097ae46f914f005"
1 change: 1 addition & 0 deletions packages/re2/re2.v0.9.0/descr
@@ -0,0 +1 @@
OCaml bindings for RE2, Google's regular expression library
22 changes: 22 additions & 0 deletions packages/re2/re2.v0.9.0/opam
@@ -0,0 +1,22 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/re2"
bug-reports: "https://github.com/janestreet/re2/issues"
dev-repo: "https://github.com/janestreet/re2.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"core_kernel" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
depexts: [
[ ["fedora"] ["gcc-c++"] ]
[ ["oraclelinux"] ["gcc-c++"] ]
]
2 changes: 2 additions & 0 deletions packages/re2/re2.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/re2-v0.9.0.tar.gz"
checksum: "db6760421b279c9f270af171af72b248"
1 change: 1 addition & 0 deletions packages/textutils/textutils.v0.9.0/descr
@@ -0,0 +1 @@
Text output utilities
18 changes: 18 additions & 0 deletions packages/textutils/textutils.v0.9.0/opam
@@ -0,0 +1,18 @@
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/textutils"
bug-reports: "https://github.com/janestreet/textutils/issues"
dev-repo: "https://github.com/janestreet/textutils.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"core" {>= "v0.9" & < "v0.10"}
"jbuilder" {build & >= "1.0+beta7"}
"ppx_driver" {>= "v0.9" & < "v0.10"}
"ppx_jane" {>= "v0.9" & < "v0.10"}
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
2 changes: 2 additions & 0 deletions packages/textutils/textutils.v0.9.0/url
@@ -0,0 +1,2 @@
archive: "https://ocaml.janestreet.com/ocaml-core/v0.9/files/textutils-v0.9.0.tar.gz"
checksum: "6e73692490c35cba61d31c1d3e3e4499"