-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
35 lines (34 loc) · 1.12 KB
/
Copy pathCITATION.cff
File metadata and controls
35 lines (34 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Murphy for Delphi
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Marco
family-names: Breveglieri
email: brevve@gmail.com
repository-code: 'https://github.com/marcobreveglieri/murphy-delphi'
url: 'https://github.com/marcobreveglieri/murphy-delphi/wiki'
abstract: >-
Murphy for Delphi is an open-source Chaos Engineering
library that implements resilience and fault-tolerance
patterns for Delphi applications. Named after Murphy's
Law, it provides ready-to-use, composable policies —
Retry, Circuit Breaker, Fallback, Rate Limit, Timeout,
Bulkhead, Cache, Hedging, and Policy Wrap — through a
fluent, type-safe builder API, helping developers handle
failures like network timeouts, service outages, and
resource exhaustion gracefully.
keywords:
- delphi
- chaos-engineering
- resilience
- fault-tolerance
- retry
- circuit-breaker
license: MIT
version: 1.0.0
date-released: '2026-07-22'