[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50836] [PATCH 0/5] Python logic programming packages
From: |
Ryan Prior |
Subject: |
[bug#50836] [PATCH 0/5] Python logic programming packages |
Date: |
Mon, 27 Sep 2021 02:17:56 +0000 |
Hi Guix! Here's a series of patches for software I use for logic programming in
Python.
Ryan Prior (5):
gnu: Add python-multipledispatch.
gnu: Add python-logical-unification.
gnu: Add python-cons.
gnu: Add python-etuples.
gnu: Add python-minikanren.
gnu/packages/python-xyz.scm | 139 ++++++++++++++++++++++++++++++++++++
1 file changed, 139 insertions(+)
--
2.33.0
- [bug#50836] [PATCH 0/5] Python logic programming packages,
Ryan Prior <=
- [bug#50836] [PATCH 1/5] gnu: Add python-multipledispatch., Ryan Prior, 2021/09/26
- [bug#50836] [PATCH 4/5] gnu: Add python-etuples., Ryan Prior, 2021/09/26
- [bug#50836] [PATCH 2/5] gnu: Add python-logical-unification., Ryan Prior, 2021/09/26
- [bug#50836] [PATCH 5/5] gnu: Add python-minikanren., Ryan Prior, 2021/09/26
- [bug#50836] [PATCH 3/5] gnu: Add python-cons., Ryan Prior, 2021/09/26
- [bug#50836] [PATCH 1/5] gnu: Add python-multipledispatch., Maxime Devos, 2021/09/27