_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
time 1.9
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://www.gnu.org/software/time/
Licenses: GPL 3+
Synopsis: Run a command, then display its resource usage
Description:

Time is a command that displays information about the resources that a program uses. The display output of the program can be customized or saved to a file.

elm-time 1.0.0
Propagated dependencies: elm-core@1.0.5
Channel: guix
Location: gnu/packages/elm.scm (gnu packages elm)
Home page: https://package.elm-lang.org/packages/elm/time/1.0.0
Licenses: Modified BSD
Synopsis: POSIX time and time zones in Elm
Description:

This package provides an Elm library for working with POSIX times, time zones, formatting, and the clock.

rust-time 0.1.45
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/time-rs/time
Licenses: ASL 2.0 Expat
Synopsis: Simple time handling in Rust
Description:

This package provides utilities for working with time-related functions in Rust.

rust-time 0.3.30
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Description:

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].

rust-time 0.3.36
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]
Description:

This package provides Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].

ruby-time 0.3.0
Propagated dependencies: ruby-date@3.3.3
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/time
Licenses: FreeBSD
Synopsis: Extends the Time class with methods for parsing and conversion
Description:

When this gem is required, it extends the Time class with with additional methods for parsing and converting Times.

rust-time 0.2.27
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library
Description:

This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std].

rust-time 0.3.36
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library
Description:

This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std].

r-timedate 4041.110
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rmetrics.org
Licenses: GPL 2+
Synopsis: Chronological and calendar objects
Description:

This package provides an environment for teaching "Financial Engineering and Computational Finance" and for managing chronological and calendar objects.

ghc-timeit 2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/merijn/timeit
Licenses: Modified BSD
Synopsis: Time monadic computations with an IO base
Description:

This package provides a simple wrapper to show the used CPU time of monadic computation with an IO base.

rust-timer 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Yoric/timer.rs
Licenses: MPL 2.0
Synopsis: Simple timer in Rust
Description:

This package provides a simple timer. Use it to schedule execution of closures after a delay or at a given timestamp.

timewarrior 1.4.3
Dependencies: python@3.10.7 ruby-asciidoctor@2.0.18 bash-minimal@5.1.16
Channel: trevdev
Location: trevdev/packages/task-management.scm (trevdev packages task-management)
Home page: https://timewarrior.net
Licenses: Expat
Synopsis: A command line tool for tracking time
Description:

Timewarrior is Free and Open Source Software that tracks time from the command line.

ruby-timers 4.3.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/socketry/timers
Licenses: Expat
Synopsis: Collection of Ruby timer classes
Description:

Timers offers a collections of one-shot and periodic timers, intended for use with event loops such as async.

timewarrior 1.4.3
Dependencies: gnutls@3.8.3 python@3.10.7 util-linux@2.37.4
Channel: guix
Location: gnu/packages/task-management.scm (gnu packages task-management)
Home page: https://timewarrior.net
Licenses: Expat
Synopsis: Command line utility to track and report time
Description:

Timewarrior is a command line time tracking application, which allows you to record time spent on activities. You may be tracking your time for curiosity, or because your work requires it.

timescaledb 2.16.1
Dependencies: openssl@3.0.8 postgresql@14.13
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.timescale.com/
Licenses: ASL 2.0
Synopsis: Time-series extension for PostgreSQL
Description:

TimescaleDB is a database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support.

ocaml-timed 1.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/rlepigre/ocaml-timed
Licenses: Expat
Synopsis: Timed references for imperative state
Description:

Timed references for imperative state. This module provides an alternative type for references (or mutable cells) supporting undo/redo operations. In particular, an abstract notion of time is used to capture the state of the references at any given point, so that it can be restored. Note that usual reference operations only have a constant time / memory overhead (compared to those of the standard library).

Moreover, we provide an alternative implementation based on the references of the standard library (Pervasives module). However, it is less efficient than the first one.

rust-nt-time 0.6.13
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/sorairolake/nt-time
Licenses: ASL 2.0 Expat
Synopsis: Windows file time library
Description:

This package provides a Windows file time library.

rust-timerfd 1.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/main--/rust-timerfd
Licenses: Expat
Synopsis: Rust interface to the Linux kernel's @code{timerfd} API
Description:

This package provides a Rust interface to the Linux kernel's timerfd API.

rust-timeago 0.4.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/vi/timeago
Licenses: Expat ASL 2.0
Synopsis: Time formatting library in Rust
Description:

This package provides a time formatting library in Rust that converts durations into strings. For example, "1 hour ago" or "01hou".

ruby-timeout 0.3.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/timeout
Licenses: FreeBSD
Synopsis: Timeout library for Ruby
Description:

Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.

r-timeseries 4041.111
Propagated dependencies: r-timedate@4041.110
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/scm/viewvc.php/pkg/timeSeries/?root=rmetrics
Licenses: GPL 2+
Synopsis: Metrics for financial time series objects
Description:

This package implements S4 classes and various tools for financial time series. Basic functions such as scaling and sorting, subsetting, mathematical operations and statistical functions are provided.

ghc-old-time 1.1.0.3
Dependencies: ghc-old-locale@1.0.0.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/old-time
Licenses: Modified BSD
Synopsis: Time compatibility library for Haskell
Description:

Old-time is a package for backwards compatibility with the old time library. For new projects, the newer time library is recommended.

ruby-timecop 0.9.6
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/travisjeffery/timecop
Licenses: Expat
Synopsis: Test mocks for time-dependent functions
Description:

Timecop provides "time travel" and "time freezing" capabilities, making it easier to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.

non-timeline 1.9.5-5.257ec59
Dependencies: jack@0.125.0 liblo@0.31 libsndfile@1.2.0 ntk@1.3.1000
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://non.tuxfamily.org/wiki/Non%20Timeline
Licenses: GPL 2+
Synopsis: Modular digital audio timeline arranger
Description:

The Non Timeline is a powerful, reliable and fast modular digital audio timeline arranger. It utilizes JACK for inter-application audio I/O and the NTK GUI toolkit for a fast and lightweight user interface. Non Timeline can be used alone or in concert with Non Mixer and Non Sequencer to form a complete studio.

Page: 123456
Total results: 141