{ "info": { "author": "hardboiled65", "author_email": "hardboiled65@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "slm - Seshat library manager\n============================\n\nslm (**s**eshat **l**ibrary **m**anager) is a tool for managing C/C++ library,\ninspired by npm.\n\nUsage\n------\nTo initialize with slm, just type\n```sh\n$ slm init\n```\n\nThis command will create `library.yml` file in current working directory.\n\nlibrary.yml\n-----------\n\nThis file is a library spec file just like `package.json` file in\nJavaScript package.\n\nThe file format is a valid YAML syntax.\n\nAn example of `library.yml` file.\n```yaml\nname: myawfullibrary\ndescription: Description of the library.\nversion: 1.2.10\nlicense: MIT\nscripts:\n configure: ./configure.py\n make: make\n```\n\nBuilt-in variables\n------------------\n\nThere are some variables send to your build tool when run build scripts.\n\n### LIBRARY\\_NAME\nA string exactly `name` field in `library.yml` file.\n\n### LIBRARY\\_VERSION\nA string exactly `version` field in `library.yml` file.\n\n### SONAME\nlib{LIBRARY\\_NAME}.so.{MAJOR VERSION}\n\n*MAJOR VERSION* is the first part of `LIBRARY_VERSION` which is separated with `.` character.\n\n**e.g.** libmyawfullibrary.so.1\n\nSemVer\n------\n\nAll slm libraries should follow [Semantic Versioning 2.0](https://semver.org).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/hardboiled65/slm/archive/v0.0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hardboiled65/slm", "keywords": "c,c++", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "slm", "package_url": "https://pypi.org/project/slm/", "platform": "", "project_url": "https://pypi.org/project/slm/", "project_urls": { "Download": "https://github.com/hardboiled65/slm/archive/v0.0.4.tar.gz", "Homepage": "https://github.com/hardboiled65/slm" }, "release_url": "https://pypi.org/project/slm/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "Seshat library manager.", "version": "0.0.4" }, "last_serial": 4689858, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "b8a456abe20e31cf7e60472b602a2552", "sha256": "94de867f82a0e08567df81c8ac75b90cfff69e0a0ebd5ec884730effcb87144c" }, "downloads": -1, "filename": "slm-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b8a456abe20e31cf7e60472b602a2552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1144, "upload_time": "2019-01-10T15:04:38", "url": "https://files.pythonhosted.org/packages/97/58/a3647d9e498e312106e9b343d28a52a114687884259000d717a920fdf045/slm-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "3c44374c34a7daaf4857c25c224114e9", "sha256": "af5ac8055400040aa82bd8f09cea6d04a89b4ab066e83181d7cfbde293e07209" }, "downloads": -1, "filename": "slm-0.0.3.tar.gz", "has_sig": false, "md5_digest": "3c44374c34a7daaf4857c25c224114e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1819, "upload_time": "2019-01-11T08:26:22", "url": "https://files.pythonhosted.org/packages/73/4f/7ed0e8f1973baf89344b8662708e5535e3f10a5dc4781e67652bb7adfdda/slm-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "852ef2352b535f6dccf6485563f58fd9", "sha256": "ad2bd7503c0f85ebce49067786d8d8be90aff4c64062e083064d49d1af26487c" }, "downloads": -1, "filename": "slm-0.0.4.tar.gz", "has_sig": false, "md5_digest": "852ef2352b535f6dccf6485563f58fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2988, "upload_time": "2019-01-13T03:51:28", "url": "https://files.pythonhosted.org/packages/fd/a1/714308a2d6d214477eb96a47f59ecccd8ba69262f1fb313f7ab395a3914d/slm-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "852ef2352b535f6dccf6485563f58fd9", "sha256": "ad2bd7503c0f85ebce49067786d8d8be90aff4c64062e083064d49d1af26487c" }, "downloads": -1, "filename": "slm-0.0.4.tar.gz", "has_sig": false, "md5_digest": "852ef2352b535f6dccf6485563f58fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2988, "upload_time": "2019-01-13T03:51:28", "url": "https://files.pythonhosted.org/packages/fd/a1/714308a2d6d214477eb96a47f59ecccd8ba69262f1fb313f7ab395a3914d/slm-0.0.4.tar.gz" } ] }