{"id":19783647,"url":"https://github.com/intersectmbo/cardano-base","last_synced_at":"2025-04-05T21:08:04.042Z","repository":{"id":38340007,"uuid":"176291950","full_name":"IntersectMBO/cardano-base","owner":"IntersectMBO","description":"Code used throughout the Cardano eco-system","archived":false,"fork":false,"pushed_at":"2025-03-26T04:39:06.000Z","size":11837,"stargazers_count":97,"open_issues_count":29,"forks_count":42,"subscribers_count":58,"default_branch":"master","last_synced_at":"2025-03-29T20:06:11.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntersectMBO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-18T13:27:33.000Z","updated_at":"2025-03-26T04:39:09.000Z","dependencies_parsed_at":"2024-05-21T03:46:16.288Z","dependency_job_id":"788cb240-cfa8-4117-9136-32b60418ccf6","html_url":"https://github.com/IntersectMBO/cardano-base","commit_stats":null,"previous_names":["intersectmbo/cardano-base","input-output-hk/cardano-base"],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntersectMBO%2Fcardano-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntersectMBO","download_url":"https://codeload.github.com/IntersectMBO/cardano-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399877,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T06:08:54.025Z","updated_at":"2025-04-05T21:08:04.020Z","avatar_url":"https://github.com/IntersectMBO.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cardano-base\n\nA collection of miscellaneous packages used by Cardano that cover:\n\n* cryptography\n* serialization\n* slotting\n\nEach sub-project has its own README.\n\nHaddock for all packages from master branch can be found here:\n[https://cardano-base.cardano.intersectmbo.org](https://cardano-base.cardano.intersectmbo.org/)\n\nAll releases for packages found in this repository are recorded in [Cardano Haskell\npackage repository](https://github.com/intersectmbo/cardano-haskell-packages)\n\n## Building\n\n### With `nix`\n\nWith nix it is as easy as:\n\n```\n$ nix develop\n...\n$ cabal build all\n```\n\n### Without `nix`\n\nCrypotgraphic depencencies needed for building Haskell packages:\n\n* [`libsodium`](https://github.com/jedisct1/libsodium)\n* [`libsecp256k1`](https://github.com/bitcoin-core/secp256k1)\n* [`libblst`](https://github.com/supranational/blst)\n\nWe provide packaged versions for common Operating Systems for all of the above\ndependencies: [Download](https://github.com/input-output-hk/iohk-nix/releases/latest)\n\n\n## GHC\n\nDefault version of GHC used in `nix` is `9.2.7`, but we do support other GHC versions\n`8.10.7` and `9.6.1`.\n\n\n### Testing\n\nThis is a command to run test suites for all packages:\n\n```\n$ cabal build all\n```\n\nThe test suites use [Tasty](https://github.com/feuerbach/tasty),\nwhich allows for running specific tests.\nThis is done by passing the `-p` flag to the test program, followed by an `awk` pattern.\nYou can alternatively use the `TASTY_PATTERN` environment variable with a pattern.\nFor example, the `cardano-crypto-tests` can be run with:\n\n```shell\n$ cabal test cardano-crypto-tests --test-options '-p blake2b_256'\n```\n\nor\n\n```shell\n$ TASTY_PATTERN=\"blake2b_256\" cabal test cardano-crypto-tests\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintersectmbo%2Fcardano-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintersectmbo%2Fcardano-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintersectmbo%2Fcardano-base/lists"}