implementing-a-language-with-llvm


Nameimplementing-a-language-with-llvm JSON
Version 2024.3.2.0 PyPI version JSON
download
home_pagehttps://github.com/apachecn/implementing-a-language-with-llvm
SummaryImplementing a language with LLVM
upload_time2024-03-01 20:52:20
maintainer
docs_urlNone
authorApacheCN
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Implementing a language with LLVM

## 下载

### Docker

```
docker pull apachecn0/implementing-a-language-with-llvm
docker run -tid -p <port>:80 apachecn0/implementing-a-language-with-llvm
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install implementing-a-language-with-llvm
implementing-a-language-with-llvm <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g implementing-a-language-with-llvm
implementing-a-language-with-llvm <port>
# 访问 http://localhost:{port} 查看文档
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apachecn/implementing-a-language-with-llvm",
    "name": "implementing-a-language-with-llvm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "ApacheCN",
    "author_email": "apachecn@163.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/d7/a73f7b8f25c52da4d2e42fa339546bba31ab05aa73474da82f5e2a3b55a3/implementing-a-language-with-llvm-2024.3.2.0.tar.gz",
    "platform": null,
    "description": "# Implementing a language with LLVM\n\n## \u4e0b\u8f7d\n\n### Docker\n\n```\ndocker pull apachecn0/implementing-a-language-with-llvm\ndocker run -tid -p <port>:80 apachecn0/implementing-a-language-with-llvm\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### PYPI\n\n```\npip install implementing-a-language-with-llvm\nimplementing-a-language-with-llvm <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### NPM\n\n```\nnpm install -g implementing-a-language-with-llvm\nimplementing-a-language-with-llvm <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Implementing a language with LLVM",
    "version": "2024.3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/apachecn/implementing-a-language-with-llvm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c23b431b9984dc52254caec77c1ee4664ad20123464613f06f7bd97b1e06059",
                "md5": "45dde3bec97cb37ae3d3dce5562031d5",
                "sha256": "9d0c8d0b482093f9cd9e4d31cac2799b41d8acd1e51edf4494083df9f3685091"
            },
            "downloads": -1,
            "filename": "implementing_a_language_with_llvm-2024.3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45dde3bec97cb37ae3d3dce5562031d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 592636,
            "upload_time": "2024-03-01T20:52:17",
            "upload_time_iso_8601": "2024-03-01T20:52:17.208885Z",
            "url": "https://files.pythonhosted.org/packages/8c/23/b431b9984dc52254caec77c1ee4664ad20123464613f06f7bd97b1e06059/implementing_a_language_with_llvm-2024.3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0d7a73f7b8f25c52da4d2e42fa339546bba31ab05aa73474da82f5e2a3b55a3",
                "md5": "ccee40111bc4b36fc1f567937679f66c",
                "sha256": "16458007d6fd8f8570279cd20d4b42d428c5372bf1026c37b9b9ef0c28a6b38c"
            },
            "downloads": -1,
            "filename": "implementing-a-language-with-llvm-2024.3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ccee40111bc4b36fc1f567937679f66c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 572010,
            "upload_time": "2024-03-01T20:52:20",
            "upload_time_iso_8601": "2024-03-01T20:52:20.324363Z",
            "url": "https://files.pythonhosted.org/packages/b0/d7/a73f7b8f25c52da4d2e42fa339546bba31ab05aa73474da82f5e2a3b55a3/implementing-a-language-with-llvm-2024.3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 20:52:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apachecn",
    "github_project": "implementing-a-language-with-llvm",
    "github_not_found": true,
    "lcname": "implementing-a-language-with-llvm"
}
        
Elapsed time: 0.22080s