From 1f2a497db5d328d7a3a860df94e940d9af12d421 Mon Sep 17 00:00:00 2001 From: dakk Date: Thu, 2 May 2024 13:33:33 +0000 Subject: [PATCH 1/2] Submission - Add caml_qiskit to list. --- ecosystem/resources/members/caml_qiskit.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ecosystem/resources/members/caml_qiskit.toml diff --git a/ecosystem/resources/members/caml_qiskit.toml b/ecosystem/resources/members/caml_qiskit.toml new file mode 100644 index 0000000000..52b7ba3715 --- /dev/null +++ b/ecosystem/resources/members/caml_qiskit.toml @@ -0,0 +1,9 @@ +name = "caml_qiskit" +url = "https://github.com/dakk/caml_qiskit" +description = "OCaml wrapper for Qiskit quantum computing toolkit" +licence = "MIT license" +contact_info = "gessadavide@gmail.com" +labels = [] +website = "https://github.com/dakk/caml_qiskit" +group = "other" +documentation = "https://dakk.github.io/caml_qiskit/" From 54f76d11cb311ae4ed9c0fda917c6ab55489afe7 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 2 May 2024 17:08:14 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- ecosystem/resources/members/caml_qiskit.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ecosystem/resources/members/caml_qiskit.toml b/ecosystem/resources/members/caml_qiskit.toml index 52b7ba3715..a48e7f5be8 100644 --- a/ecosystem/resources/members/caml_qiskit.toml +++ b/ecosystem/resources/members/caml_qiskit.toml @@ -4,6 +4,5 @@ description = "OCaml wrapper for Qiskit quantum computing toolkit" licence = "MIT license" contact_info = "gessadavide@gmail.com" labels = [] -website = "https://github.com/dakk/caml_qiskit" group = "other" documentation = "https://dakk.github.io/caml_qiskit/"