Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generating julia wrapper for C library #434

Closed
AbhimanyuAryan opened this issue May 24, 2023 · 0 comments
Closed

generating julia wrapper for C library #434

AbhimanyuAryan opened this issue May 24, 2023 · 0 comments

Comments

@AbhimanyuAryan
Copy link

Hi, I am looking at facil: https://github.com/boazsegev/facil.io/tree/master

The directory structure looks like this:

tree -a
.
├── cli
│   ├── fio_cli.c
│   └── fio_cli.h
├── fio.c
├── fio.h
├── fiobj
│   ├── README.md
│   ├── fio_json_parser.h
│   ├── fio_siphash.c
│   ├── fio_siphash.h
│   ├── fio_tmpfile.h
│   ├── fiobj.h
│   ├── fiobj4fio.h
│   ├── fiobj_ary.c
│   ├── fiobj_ary.h
│   ├── fiobj_data.c
│   ├── fiobj_data.h
│   ├── fiobj_hash.c
│   ├── fiobj_hash.h
│   ├── fiobj_json.c
│   ├── fiobj_json.h
│   ├── fiobj_mustache.c
│   ├── fiobj_mustache.h
│   ├── fiobj_numbers.c
│   ├── fiobj_numbers.h
│   ├── fiobj_str.c
│   ├── fiobj_str.h
│   ├── fiobject.c
│   ├── fiobject.h
│   └── mustache_parser.h
├── http
│   ├── README.md
│   ├── http.c
│   ├── http.h
│   ├── http1.c
│   ├── http1.h
│   ├── http_internal.c
│   ├── http_internal.h
│   ├── parsers
│   │   ├── hpack.h
│   │   ├── http1_parser.h
│   │   ├── http_mime_parser.h
│   │   └── websocket_parser.h
│   ├── websockets.c
│   └── websockets.h
├── legacy
│   ├── fio_mem.c
│   └── fio_mem.h
├── redis
│   ├── redis_engine.c
│   ├── redis_engine.h
│   └── resp_parser.h
└── tls
    ├── fio_tls.h
    ├── fio_tls_missing.c
    └── fio_tls_openssl.c

I am not a C expert can you guide me on how to generate a Julia wrapper for Facil? Sadly, I am not able to understand the step mentioned in README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant