File: README.md

package info (click to toggle)
golang-github-ctdk-chefcrypto 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: makefile: 2
file content (48 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
chefcrypto
==========

Various cryptographic routines for communicating with chef servers for golang
programs and libraries. Originally part of goiardi, it's been split out for packaging purposes.

Documentation
-------------

See the godocs at https://pkg.go.dev/github.com/ctdk/chefcrypto.

Version
-------

Along with some changes for goiardi 1.0.0, this module got set up with a `go.mod` file for excellence in go module support. Per the suggestions from the go people on the go modules documentation pages, the chefcrypto module's version has been bumped to `v1.0.0` -- not because any incompatible changes were made to support goiardi 1.0.0, but because it's set up for go modules now.

AUTHOR
------

Jeremy Bingham (<jeremy@goiardi.gl>)

COPYRIGHT
---------

Copyright 2013-2020, Jeremy Bingham

CODE OF CONDUCT
---------------

This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#Goiardi/abuse-coc@goiardi.gl

This code of conduct can also be found in CONDUCT.md in this repository.

LICENSE
-------

Like many Chef ecosystem programs, goairdi is licensed under the Apache 2.0
License. See the LICENSE file for details.

The goiardi documentation in the `docs` directory is licensed under a Creative
Commons Attribution 4.0 International (CC-BY 4.0) License.

Chef is copyright (c) 2008-2020 Chef Software (formerly Opscode, Inc.) and its
various contributors.

Thanks go out to the fine folks of Chef Software and the Chef community for all
their hard work.