diff options
Diffstat (limited to 'sigils/packages/solana.scm')
-rw-r--r-- | sigils/packages/solana.scm | 484 |
1 files changed, 0 insertions, 484 deletions
diff --git a/sigils/packages/solana.scm b/sigils/packages/solana.scm index 7095e8f..2a9782d 100644 --- a/sigils/packages/solana.scm +++ b/sigils/packages/solana.scm @@ -1055,487 +1055,3 @@ (synopsis "Solana Javascript API") (description "Solana Javascript API") (license license:expat))) - -(define-public node-solana-buffer-layout-utils-0.2.0 - (package - (name "node-solana-buffer-layout-utils") - (version "0.2.0") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/buffer-layout-utils/-/buffer-layout-utils-0.2.0.tgz") - (sha256 - (base32 "0ysb39i58wa5dnfw4kigd4m0nrcslk0lnklwjy37ykw0j3inn2dr")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("shx" "tslib" - "eslint" - "ts-node" - "typedoc" - "gh-pages" - "prettier" - "typescript" - "@types/node" - "@types/eslint" - "typescript-esm" - "@types/prettier" - "eslint-config-prettier" - "eslint-plugin-prettier" - "@typescript-eslint/parser" - "@types/eslint-plugin-prettier" - "@typescript-eslint/eslint-plugin"))))))) - (inputs (list node-solana-buffer-layout-4.0.1 node-solana-web3-js-1.95.4 - node-bigint-buffer-1.1.5 node-bignumber-js-9.1.2)) - (home-page "https://github.com/solana-labs/buffer-layout-utils#readme") - (synopsis "Coming soon.") - (description "Coming soon.") - (license license:asl2.0))) - -(define-public node-solana-spl-token-group-0.0.7 - (package - (name "node-solana-spl-token-group") - (version "0.0.7") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/spl-token-group/-/spl-token-group-0.0.7.tgz") - (sha256 - (base32 "0r7f114w47rcj9lsvnphja78v945rd5sfrgq6zp168cl8x1nh967")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("@solana/spl-type-length-value" - "@solana/web3.js" - "@types/chai" - "@types/mocha" - "@types/node" - "@typescript-eslint/eslint-plugin" - "@typescript-eslint/parser" - "chai" - "eslint" - "eslint-plugin-require-extensions" - "gh-pages" - "mocha" - "shx" - "ts-node" - "tslib" - "typedoc" - "typescript"))))))) - (inputs (list node-solana-codecs-2.0.0-rc.1 node-solana-web3-js-1.95.4)) - (home-page "https://github.com/solana-labs/solana-program-library#readme") - (synopsis "SPL Token Group Interface JS API") - (description "SPL Token Group Interface JS API") - (license license:asl2.0))) - -(define-public node-solana-spl-token-0.4.9 - (package - (name "node-solana-spl-token") - (version "0.4.9") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.4.9.tgz") - (sha256 - (base32 "0kzcmwdifskm2y2cp82mx0a4737wgrjk49wzwhkxfj2q2rwb957y")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("@solana/codecs-strings" - "@solana/spl-memo" - "@solana/web3.js" - "@types/chai-as-promised" - "@types/chai" - "@types/mocha" - "@types/node" - "@types/node-fetch" - "@typescript-eslint/eslint-plugin" - "@typescript-eslint/parser" - "chai" - "chai-as-promised" - "eslint" - "eslint-plugin-require-extensions" - "gh-pages" - "mocha" - "process" - "shx" - "start-server-and-test" - "ts-node" - "typedoc" - "typescript"))))))) - (inputs (list node-buffer-6.0.3 - node-solana-spl-token-metadata-0.1.6 - node-solana-spl-token-group-0.0.7 - node-solana-buffer-layout-utils-0.2.0 - node-solana-buffer-layout-4.0.1 - node-solana-web3-js-1.95.4)) - (home-page "https://github.com/solana-labs/solana-program-library#readme") - (synopsis "SPL Token Program JS API") - (description "SPL Token Program JS API") - (license license:asl2.0))) - -(define-public node-solana-buffer-layout-4.0.1 - (package - (name "node-solana-buffer-layout") - (version "4.0.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz") - (sha256 - (base32 "0gsrsdinrf7i5708sjpxjllychw9vp2b85k5gw0h52xrvmsz5snz")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("shx" "jsdoc" - "mocha" - "eslint" - "lodash" - "typedoc" - "gh-pages" - "istanbul" - "coveralls" - "typescript" - "@typescript-eslint/parser" - "@typescript-eslint/eslint-plugin"))))))) - (inputs (list node-buffer-6.0.3)) - (home-page "https://github.com/solana-labs/buffer-layout") - (synopsis "Translation between JavaScript values and Buffers") - (description "Translation between JavaScript values and Buffers") - (license license:expat))) - -(define-public node-solana-web3-js-1.95.4 - (package - (name "node-solana-web3-js") - (version "1.95.4") - (source - (origin - (method url-fetch) - (uri "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.95.4.tgz") - (sha256 - (base32 "14s4h1qy522y54dn5fvj15vfb9ra9p10cbph8wxlsishpl85iqc5")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build)))) - (inputs (list node-fast-stable-stringify-1.0.0 - node-solana-buffer-layout-4.0.1 - node-rpc-websockets-9.0.4 - node-agentkeepalive-4.5.0 - node-babel-runtime-7.26.0 - node-bigint-buffer-1.1.5 - node-noble-hashes-1.5.0 - node-noble-curves-1.6.0 - node-superstruct-2.0.2 - node-node-fetch-2.7.0 - node-jayson-4.1.2 - node-buffer-6.0.3 - node-borsh-0.7.0 - node-bn-js-5.2.1 - node-bs58-4.0.1)) - (home-page "https://solana.com/") - (synopsis "Solana Javascript API") - (description "Solana Javascript API") - (license license:expat))) - -(define-public node-solana-options-2.0.0-rc.1 - (package - (name "node-solana-options") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/options/-/options-2.0.0-rc.1.tgz") - (sha256 - (base32 "0rzwa9z4vryxgfkcjij82fgndk3zmhnq61a9rk67qsl45wa0k11k")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-solana-codecs-data-structures-2.0.0-rc.1 - node-solana-codecs-strings-2.0.0-rc.1 - node-solana-codecs-numbers-2.0.0-rc.1 - node-solana-codecs-core-2.0.0-rc.1 - node-solana-errors-2.0.0-rc.1 - node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "Managing and serializing Rust-like Option types in JavaScript") - (description - "Managing and serializing Rust-like Option types in JavaScript") - (license license:expat))) - -(define-public node-solana-codecs-strings-2.0.0-rc.1 - (package - (name "node-solana-codecs-strings") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/codecs-strings/-/codecs-strings-2.0.0-rc.1.tgz") - (sha256 - (base32 "1zsxm4grxg1pw4zag583ncilni23gp9k2drdwl1x32l5m6l5jhjc")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript" - "fastestsmallesttextencoderdecoder"))))))) - (inputs (list node-solana-codecs-numbers-2.0.0-rc.1 - node-solana-codecs-core-2.0.0-rc.1 - node-solana-errors-2.0.0-rc.1 - node-fastestsmallesttextencoderdecoder-1.0.22 - node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "Codecs for strings of different sizes and encodings") - (description "Codecs for strings of different sizes and encodings") - (license license:expat))) - -(define-public node-solana-errors-2.0.0-rc.1 - (package - (name "node-solana-errors") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/errors/-/errors-2.0.0-rc.1.tgz") - (sha256 - (base32 "006d4zs1z97qrmp9k2sfvcxi948jn4p2gglbk6cc41w16w68a902")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-commander-12.1.0 node-chalk-5.3.0 node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "Throw, identify, and decode Solana JavaScript errors") - (description "Throw, identify, and decode Solana JavaScript errors") - (license license:expat))) - -(define-public node-solana-codecs-core-2.0.0-rc.1 - (package - (name "node-solana-codecs-core") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/codecs-core/-/codecs-core-2.0.0-rc.1.tgz") - (sha256 - (base32 "0b35s6hrxrbhf7c6rvbnxl4hl7c4908w02m6a9hgsm6gfp4nmjcl")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-solana-errors-2.0.0-rc.1 node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis - "Core types and helpers for encoding and decoding byte arrays on Solana") - (description - "Core types and helpers for encoding and decoding byte arrays on Solana") - (license license:expat))) - -(define-public node-solana-codecs-numbers-2.0.0-rc.1 - (package - (name "node-solana-codecs-numbers") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/codecs-numbers/-/codecs-numbers-2.0.0-rc.1.tgz") - (sha256 - (base32 "0fxhflf5kdb106zf6ych3nkmxk7q4rqkqdp910xhsc5a7xlcjinb")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-solana-codecs-core-2.0.0-rc.1 - node-solana-errors-2.0.0-rc.1 node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "Codecs for numbers of different sizes and endianness") - (description "Codecs for numbers of different sizes and endianness") - (license license:expat))) - -(define-public node-solana-codecs-data-structures-2.0.0-rc.1 - (package - (name "node-solana-codecs-data-structures") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/codecs-data-structures/-/codecs-data-structures-2.0.0-rc.1.tgz") - (sha256 - (base32 "11z464vispxk17sim1k7qmxjqq5csfmm3gq08spha2rwnry580b3")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-solana-codecs-numbers-2.0.0-rc.1 - node-solana-codecs-core-2.0.0-rc.1 - node-solana-errors-2.0.0-rc.1 node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "Codecs for various data structures") - (description "Codecs for various data structures") - (license license:expat))) - -(define-public node-solana-codecs-2.0.0-rc.1 - (package - (name "node-solana-codecs") - (version "2.0.0-rc.1") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/codecs/-/codecs-2.0.0-rc.1.tgz") - (sha256 - (base32 "06m95i11prh0snlcw465xspwrchs24y36rp8g8rdqd54xbiiia8l")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("typescript"))))))) - (inputs (list node-solana-codecs-data-structures-2.0.0-rc.1 - node-solana-codecs-strings-2.0.0-rc.1 - node-solana-codecs-numbers-2.0.0-rc.1 - node-solana-codecs-core-2.0.0-rc.1 - node-solana-options-2.0.0-rc.1 - node-typescript-5.6.3)) - (home-page "https://github.com/solana-labs/solana-web3.js#readme") - (synopsis "A library for encoding and decoding any data structure") - (description "A library for encoding and decoding any data structure") - (license license:expat))) - -(define-public node-solana-spl-token-metadata-0.1.6 - (package - (name "node-solana-spl-token-metadata") - (version "0.1.6") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana/spl-token-metadata/-/spl-token-metadata-0.1.6.tgz") - (sha256 - (base32 "0w0zgakn3dc5sjkglxjg2cnfwdfsls2ghawijb6vpkgmrf9p52cp")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("@solana/spl-type-length-value" - "@solana/web3.js" - "@types/chai" - "@types/mocha" - "@types/node" - "@typescript-eslint/eslint-plugin" - "@typescript-eslint/parser" - "chai" - "eslint" - "eslint-plugin-require-extensions" - "gh-pages" - "mocha" - "shx" - "ts-node" - "tslib" - "typedoc" - "typescript"))))))) - (inputs (list node-solana-codecs-2.0.0-rc.1 node-solana-web3-js-1.95.4)) - (home-page "https://github.com/solana-labs/solana-program-library#readme") - (synopsis "SPL Token Metadata Interface JS API") - (description "SPL Token Metadata Interface JS API") - (license license:asl2.0))) - -(define-public node-solana-developers-helpers-2.5.6 - (package - (name "node-solana-developers-helpers") - (version "2.5.6") - (source - (origin - (method url-fetch) - (uri - "https://registry.npmjs.org/@solana-developers/helpers/-/helpers-2.5.6.tgz") - (sha256 - (base32 "00kap8sxzdl5dqnl33qlr7npdxb4vaq49rildrq73mn0j97b09fl")))) - (build-system node-build-system) - (arguments - (list - #:tests? #f - #:phases #~(modify-phases %standard-phases - (delete 'build) - (add-after 'patch-dependencies 'delete-dev-dependencies - (lambda _ - (delete-dependencies '("esbuild" "prettier" - "typescript" "@types/node" - "esbuild-register"))))))) - (inputs (list node-solana-spl-token-metadata-0.1.6 - node-solana-spl-token-0.4.9 node-solana-web3-js-1.95.4 - node-dotenv-16.4.5 node-bs58-6.0.0)) - (home-page "https://www.npmjs.com/package/node-solana-developers-helpers") - (synopsis "Solana helper functions") - (description "Solana helper functions") - (license license:expat))) - |