Initial work on binary-sop

This module is intended to allow the use of SOP command line applications
such as sqop, pgpainless-sop, etc. as drop-ins for sop-java.
This commit is contained in:
Paul Schaub 2023-01-05 03:06:22 +01:00
parent ed296ec4b2
commit 28912618ea
9 changed files with 445 additions and 1 deletions

View file

@ -0,0 +1,8 @@
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* Bindings for SOP subcommands to a SOP binary.
*/
package sop.binary.operation;