Skip to content

Official Chocolatey package source for zelph - the semantic network reasoning engine.

Notifications You must be signed in to change notification settings

acrion/zelph-choco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

zelph (Chocolatey Package)

This repository contains the source files for the official zelph Chocolatey package.

zelph is a sophisticated semantic network system capable of encoding inference rules within the network itself.

๐Ÿ”— Main Project Source Code: acrion/zelph

๐Ÿ“ฆ Installation

To install zelph on Windows via Chocolatey, run:

choco install zelph

To upgrade to the latest version:

choco upgrade zelph

๐Ÿ›  Maintainer Guide (How to update)

Steps to release a new version (e.g., 0.9.3):

  1. Wait for the main GitHub Release to be built.
  2. Get the SHA256 checksum of the new zelph-windows.zip.
  3. Update zelph.nuspec:
    • Update <version>.
  4. Update tools/chocolateyinstall.ps1:
    • Update $url (version number).
    • Update $checksum.
  5. Pack and test locally:
    choco pack
    choco uninstall zelph -y
    choco install zelph --source . -y --force
    zelph --version
  6. Push to Chocolatey:
    choco push zelph.x.y.z.nupkg --source https://push.chocolatey.org/
  7. Commit and push changes to this repository.

About

Official Chocolatey package source for zelph - the semantic network reasoning engine.

Topics

Resources

Stars

Watchers

Forks