Skip to content
/ x Public
forked from ory/x

Libraries used in the Ory ecosystem

License

Notifications You must be signed in to change notification settings

nipsufn/x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ory/x

GoDoc reference tests Coverage Status Go Report Card

Shared libraries used in the ORY ecosystem. Use at your own risk. Breaking changes should be anticipated.

Run tests under Wine

Install Wine and then for a given package e.g. ./jsonnetsecure:

# Need to compile the jsonnet program for Windows since it is required by some tests.
$ GOOS=windows GOARCH=amd64 go build -o ./jsonnet.exe github.com/ory/x/jsonnetsecure/cmd
$ GOOS=windows GOARCH=amd64 go test -c ./jsonnetsecure
$ ORY_JSONNET_PATH=$PWD/jsonnet.exe WINEDEBUG=-all wine  $PWD/jsonnetsecure.test.exe

Note: Wine only emulates Windows amd64 so it requires Rosetta on aarch64 macOS.

About

Libraries used in the Ory ecosystem

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Other 0.5%