propensive / optometry

Universal lenses with intuitive syntax

Home Page:https://propensive.com/opensource/optometry/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow

Optometry

TBC

Features

TBC

Getting Started

TBC

Status

Optometry is classified as fledgling. Propensive defines the following five stability levels for open-source projects:

  • embryonic: for experimental or demonstrative purposes only, without guarantee of longevity
  • fledgling: of proven utility, seeking contributions, but liable to significant redesigns
  • maturescent: major design decisions broady settled, seeking probatory adoption and refinement of designs
  • dependable: production-ready, subject to controlled ongoing maintenance and enhancement; tagged as version 1.0 or later
  • adamantine: proven, reliable and production-ready, with no further breaking changes ever anticipated

Availability

Optometry’s source is available on GitHub, and may be built with Fury by cloning the layer propensive/optometry.

fury layer clone -i propensive/optometry

or imported into an existing layer with,

fury layer import -i propensive/optometry

A binary is available on Maven Central as com.propensive:optometry-core_<scala-version>:0.4.0. This may be added to an sbt build with:

libraryDependencies += "com.propensive" %% "optometry-core" % "0.4.0"

Contributing

Contributors to Optometry are welcome and encouraged. New contributors may like to look for issues marked label: good first issue.

We suggest that all contributors read the Contributing Guide to make the process of contributing to Optometry easier.

Please do not contact project maintainers privately with questions, as other users cannot then benefit from the answers.

Author

Optometry was designed and developed by Jon Pretty, and commercial support and training is available from Propensive OÜ.

License

Optometry is copyright © 2018-21 Jon Pretty & Propensive OÜ, and is made available under the Apache 2.0 License.

About

Universal lenses with intuitive syntax

https://propensive.com/opensource/optometry/

License:Apache License 2.0


Languages

Language:Scala 71.7%Language:Shell 28.2%Language:Makefile 0.2%