syndicate-js/packages/core
Tony Garnock-Jones 3617582d37 Quasi-cosmetic: update imports (e.g. to allow jest to run) 2023-12-18 10:31:56 +13:00
..
examples Update copyrights 2023-01-17 11:44:05 +01:00
local-protocols/schemas Store the whole assertion when crossSpace 2023-06-16 21:31:51 +02:00
protocols Merge latest changes from the syndicate-protocols repository 2023-12-04 22:25:53 +01:00
src Quasi-cosmetic: update imports (e.g. to allow jest to run) 2023-12-18 10:31:56 +13:00
stubs Switch to HMAC-BLAKE2s 2023-02-06 17:34:15 +01:00
test Dust off (some of) the core tests 2023-12-18 10:07:46 +13:00
LICENCE Put licences in the place that lerna expects them (?) 2021-12-10 14:02:58 +01:00
README.md Refactor, improve, and repair 2021-01-18 23:11:53 +01:00
jest.config.ts Dust off (some of) the core tests 2023-12-18 10:07:46 +13:00
package.json Upgrade preserves to 0.992.4 2023-12-17 08:27:09 +01:00
rollup.config.js Adjust rollup config for peer dep on preserves 2023-12-01 11:44:01 +01:00
tsconfig.json Use ES2019 dialect in TypeScript (for Symbol.description) 2021-12-09 18:53:17 +01:00

README.md

@syndicate-lang/core

An implementation of the Dataspace model that underpins the Syndicate language design.

Licence

@syndicate-lang/core, an implementation of Syndicate dataspaces for JS.
Copyright (C) 2016-2021 Tony Garnock-Jones tonyg@leastfixedpoint.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.