this repo has no description

timedesc: added 3.0.0

Changed files
+292
packages
timedesc
timedesc.3.0.0
timedesc-json
timedesc-json.3.0.0
timedesc-sexp
timedesc-sexp.3.0.0
timedesc-tzdb
timedesc-tzdb.3.0.0
timedesc-tzlocal
timedesc-tzlocal.3.0.0
timedesc-tzlocal-js
timedesc-tzlocal-js.3.0.0
+44
packages/timedesc-json/timedesc-json.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Timedesc JSON backend"
+
description: """
+
+
This package provides JSON serialization functions for various Timedesc values
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"timedesc" {= version}
+
"yojson" {>= "1.6.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+
+44
packages/timedesc-sexp/timedesc-sexp.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Timedesc Sexp backend"
+
description: """
+
+
This package provides sexp serialization functions for various Timedesc values
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"timedesc" {= version}
+
"sexplib" {>= "v0.14.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+
+46
packages/timedesc-tzdb/timedesc-tzdb.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Virtual library for Timedesc time zone database backends"
+
description: """
+
+
Concrete implementations available in this package:
+
+
- `timedesc-tzdb.full`
+
+
- `timedesc-tzdb.none`
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+
+45
packages/timedesc-tzlocal-js/timedesc-tzlocal-js.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "JS implementation for timedesc-tzlocal"
+
description: """
+
+
JavaScript implementation of timedesc-tzlocal
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"timedesc-tzlocal" {= version}
+
"js_of_ocaml" {>= "4.0.0"}
+
"js_of_ocaml-ppx"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+
+50
packages/timedesc-tzlocal/timedesc-tzlocal.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Virtual library for Timedesc local time zone detection backends"
+
description: """
+
+
Concrete implementations available in this package:
+
+
- `timedesc-tzlocal.unix`
+
+
- `timedesc-tzlocal.none`
+
+
- `timedesc-tzlocal.utc`
+
+
See timedesc-tzlocal-js for JavaScript backend
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+
+63
packages/timedesc/timedesc.3.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml date time handling library"
+
description: """
+
+
Features:
+
+
- Timestamp and date time handling with platform independent time zone support
+
+
- Subset of the IANA time zone database is built into this library
+
+
- Supports Gregorian calendar date, ISO week date, and ISO ordinal date
+
+
- Supports nanosecond precision
+
+
- ISO8601 parsing and RFC3339 printing
+
"""
+
maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
+
authors: ["Daypack developers"]
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"bisect_ppx" {dev & >= "2.5.0"}
+
"dune" {>= "2.9"}
+
"timedesc-tzdb" {= version}
+
"timedesc-tzlocal" {= version}
+
"seq"
+
"angstrom" {>= "0.15.0"}
+
"ptime"
+
"result" {>= "1.5"}
+
"crowbar" {with-test}
+
"alcotest" {with-test}
+
"qcheck-alcotest" {with-test}
+
"qcheck" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/daypack-dev/timere.git"
+
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/timedesc-3.0.0/timedesc-3.0.0.tar.gz"
+
checksum:
+
"sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6"
+
}
+