Skip to content

Commit

Permalink
dep: ocaml *
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Apr 7, 2019
1 parent f612d20 commit ff812a6
Show file tree
Hide file tree
Showing 10 changed files with 265 additions and 223 deletions.
340 changes: 181 additions & 159 deletions esy.lock/index.json

Large diffs are not rendered by default.

31 changes: 16 additions & 15 deletions esy.lock/opam/fmt.0.8.5/opam → esy.lock/opam/fmt.0.8.6/opam
@@ -1,22 +1,20 @@
opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: [
"Daniel Bünzli <daniel.buenzl i@erratique.ch>"
"Gabriel Radanne"
]
homepage: "http://erratique.ch/software/fmt"
doc: "http://erratique.ch/software/fmt"
dev-repo: "git+http://erratique.ch/repos/fmt.git"
authors: [ "The fmt programmers" ]
homepage: "https://erratique.ch/software/fmt"
doc: "https://erratique.ch/software/fmt"
dev-repo: "git+https://erratique.ch/repos/fmt.git"
bug-reports: "https://github.com/dbuenzli/fmt/issues"
tags: [ "string" "format" "pretty-print" "org:erratique" ]
license: "ISC"
depends: [
"ocaml" {>= "4.01.0"}
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}
"result"
"uchar"
# Can be removed once ocaml >= 4.07
"seq"
"stdlib-shims"
]
depopts: [ "base-unix" "cmdliner" ]
conflicts: [ "cmdliner" {< "0.9.8"} ]
Expand All @@ -25,8 +23,10 @@ build: [[
"--dev-pkg" "%{pinned}%"
"--with-base-unix" "%{base-unix:installed}%"
"--with-cmdliner" "%{cmdliner:installed}%" ]]
synopsis: "OCaml Format pretty-printer combinators"
description: """

synopsis: """OCaml Format pretty-printer combinators"""
description: """\

Fmt exposes combinators to devise `Format` pretty-printing functions.

Fmt depends only on the OCaml standard library. The optional `Fmt_tty`
Expand All @@ -36,8 +36,9 @@ provides command line support for Fmt depends on [`Cmdliner`][cmdliner].

Fmt is distributed under the ISC license.

[cmdliner]: http://erratique.ch/software/cmdliner"""
[cmdliner]: http://erratique.ch/software/cmdliner
"""
url {
src: "http://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz"
checksum: "md5=77b64aa6f20f09de28f2405d6195f12c"
archive: "https://erratique.ch/software/fmt/releases/fmt-0.8.6.tbz"
checksum: "5407789e5f0ea42272ca19353b1abfd3"
}
Expand Up @@ -6,18 +6,18 @@ homepage: "https://github.com/ocaml-ppx/ppx_derivers"
bug-reports: "https://github.com/ocaml-ppx/ppx_derivers/issues"
dev-repo: "git://github.com/ocaml-ppx/ppx_derivers.git"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml"
"jbuilder" {build & >= "1.0+beta7"}
"dune" {build}
]
synopsis: "Shared [@@deriving] plugin registry"
description: """
Ppx_derivers is a tiny package whose sole purpose is to allow
ppx_deriving and ppx_type_conv to inter-operate gracefully when linked
as part of the same ocaml-migrate-parsetree driver."""
url {
src: "https://github.com/ocaml-ppx/ppx_derivers/archive/1.0.tar.gz"
checksum: "md5=4ddce8f43fdb9b0ef0ab6a7cbfebc3e3"
src: "https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz"
checksum: "md5=5dc2bf130c1db3c731fe0fffc5648b41"
}
22 changes: 14 additions & 8 deletions esy.lock/opam/re.1.7.3/opam → esy.lock/opam/re.1.9.0/opam
@@ -1,4 +1,5 @@
opam-version: "2.0"

maintainer: "rudi.grinberg@gmail.com"
authors: [
"Jerome Vouillon"
Expand All @@ -11,26 +12,31 @@ license: "LGPL-2.0 with OCaml linking exception"
homepage: "https://github.com/ocaml/ocaml-re"
bug-reports: "https://github.com/ocaml/ocaml-re/issues"
dev-repo: "git+https://github.com/ocaml/ocaml-re.git"

build: [
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build & >= "1.0+beta10"}
"ocaml" {>= "4.02"}
"dune" {build}
"ounit" {with-test}
"seq"
]

synopsis: "RE is a regular expression library for OCaml"
description: """
Pure OCaml regular expressions with:
* Perl-style regular expressions (module Re.Perl)
* Posix extended regular expressions (module Re.Posix)
* Emacs-style regular expressions (module Re.Emacs)
* Shell-style file globbing (module Re.Glob)
* Compatibility layer for OCaml's built-in Str module (module Re.Str)"""
* Compatibility layer for OCaml's built-in Str module (module Re.Str)
"""
url {
src:
"https://github.com/ocaml/ocaml-re/releases/download/1.7.3/re-1.7.3.tbz"
checksum: "md5=d2a74ca77216861bce4449600a132de9"
"https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz"
checksum: "md5=bddaed4f386a22cace7850c9c7dac296"
}
4 changes: 4 additions & 0 deletions esy.lock/opam/seq.base/files/META.seq
@@ -0,0 +1,4 @@
name="seq"
version="[distributed with OCaml 4.07 or above]"
description="dummy backward-compatibility package for iterators"
requires=""
3 changes: 3 additions & 0 deletions esy.lock/opam/seq.base/files/seq.install
@@ -0,0 +1,3 @@
lib:[
"META.seq" {"META"}
]
15 changes: 15 additions & 0 deletions esy.lock/opam/seq.base/opam
@@ -0,0 +1,15 @@
opam-version: "2.0"
maintainer: " "
authors: " "
homepage: " "
depends: [
"ocaml" {>= "4.07.0"}
]
dev-repo: "git+https://github.com/ocaml/ocaml.git"
bug-reports: "https://caml.inria.fr/mantis/main_page.php"
synopsis:
"Compatibility package for OCaml's standard iterator type starting from 4.07."
extra-files: [
["seq.install" "md5=026b31e1df290373198373d5aaa26e42"]
["META.seq" "md5=b33c8a1a6c7ed797816ce27df4855107"]
]
27 changes: 27 additions & 0 deletions esy.lock/opam/stdlib-shims.0.1.0/opam
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "The stdlib-shims programmers"
authors: "The stdlib-shims programmers"
homepage: "https://github.com/ocaml/stdlib-shims"
doc: "https://ocaml.github.io/stdlib-shims/"
dev-repo: "git+https://github.com/ocaml/stdlib-shims.git"
bug-reports: "https://github.com/ocaml/stdlib-shims/issues"
tags: ["stdlib" "compatibility" "org:ocaml"]
license: ["typeof OCaml system"]
depends: [
"dune" {build}
"ocaml" {>= "4.02.3"}
]
build: [ "dune" "build" "-p" name "-j" jobs ]
synopsis: "Backport some of the new stdlib features to older compiler"
description: """
Backport some of the new stdlib features to older compiler,
such as the Stdlib module.

This allows projects that require compatibility with older compiler to
use these new features in their code.
"""
url {
src:
"https://github.com/ocaml/stdlib-shims/releases/download/0.1.0/stdlib-shims-0.1.0.tbz"
checksum: "md5=12b5704eed70c6bff5ac39a16db1425d"
}
36 changes: 0 additions & 36 deletions esy.lock/opam/uchar.0.0.2/opam

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"@opam/yojson": "^1.4.1",
"@reason-native/pastel": "^0.2.0",
"dune": "^0.2.1",
"ocaml": "~4.6.0",
"ocaml": "*",
"refmterr": "*"
},
"devDependencies": {
Expand Down

0 comments on commit ff812a6

Please sign in to comment.