{"id":21533480,"url":"https://github.com/rupurt/cbl-gdb-nix","last_synced_at":"2025-03-17T19:43:45.356Z","repository":{"id":263888997,"uuid":"891685000","full_name":"rupurt/cbl-gdb-nix","owner":"rupurt","description":"Nix flake for COBOLworx cbl-gdb debugging extensions to GnuCOBOL","archived":false,"fork":false,"pushed_at":"2024-11-21T06:02:24.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T06:47:58.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T19:14:57.000Z","updated_at":"2024-11-21T16:04:50.000Z","dependencies_parsed_at":"2024-11-20T21:35:33.121Z","dependency_job_id":null,"html_url":"https://github.com/rupurt/cbl-gdb-nix","commit_stats":null,"previous_names":["rupurt/cbl-gdb-nix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fcbl-gdb-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fcbl-gdb-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fcbl-gdb-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fcbl-gdb-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/cbl-gdb-nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244101311,"owners_count":20398309,"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-24T02:32:15.876Z","updated_at":"2025-03-17T19:43:45.330Z","avatar_url":"https://github.com/rupurt.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cbl-gdb-nix\n\nNix flake to build COBOLworx [cbl-gdb](https://gitlab.cobolworx.com/COBOLworx/cbl-gdb)\ndebugging extensions to GnuCOBOL on Linux \u0026 MacOS.\n\n## Usage\n\n```nix\n{\n  description = \"Your nix flake with cbl-gdb. Hack the planet!\";\n\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixos-unstable\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    cbl-gdb {\n      url = \"github:rupurt/cbl-gdb-nix\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs = {\n    flake-utils,\n    cbl-gdb,\n    nixpkgs,\n    ...\n  }: let\n    systems = [\"x86_64-linux\" \"aarch64-linux\" \"x86_64-darwin\" \"aarch64-darwin\"];\n    outputs = flake-utils.lib.eachSystem systems (system: let\n      pkgs = import nixpkgs {\n        overlays = [\n          cbl-gdb.overlay\n        ];\n      };\n    in {\n      # nix fmt\n      formatter = pkgs.alejandra;\n\n      # nix develop -c $SHELL\n      devShells.default = pkgs.mkShell {\n        name = \"default dev shell\";\n\n        packages = with pkgs; [\n          cbl-gdb-pkgs.cbl-gdb\n        ];\n      };\n    });\n  in\n    outputs;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fcbl-gdb-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Fcbl-gdb-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fcbl-gdb-nix/lists"}