|
1 | | -{xyz.zcaudate/code.ai |
2 | | - {:description "ai client and server" |
3 | | - :include [[code.ai.heal :complete] |
4 | | - [code.ai.server :complete]] |
5 | | - :dependencies [org.hugoduncan/mcp-clj-server]} |
6 | | - |
7 | | - xyz.zcaudate/code.mcp |
| 1 | +{xyz.zcaudate/code.mcp |
8 | 2 | {:description "java-sdk MCP wrappers and RAG scaffolding" |
9 | 3 | :include [[code.mcp :complete]] |
10 | 4 | :dependencies [io.modelcontextprotocol.sdk/mcp]} |
11 | 5 |
|
12 | | - xyz.zcaudate/code.dev |
13 | | - {:description "generate documentation from code" |
14 | | - :include [[code.dev :complete]]} |
15 | | - |
16 | 6 | xyz.zcaudate/code.doc |
17 | 7 | {:description "generate documentation from code" |
18 | 8 | :include [[code.doc :complete]] |
|
23 | 13 | {:description "source and test management" |
24 | 14 | :include [[code.framework :complete]]} |
25 | 15 |
|
26 | | - xyz.zcaudate/code.java |
27 | | - {:description "source and test management" |
28 | | - :include [[code.java :complete]] |
29 | | - :dependencies [org.ow2.asm/asm]} |
30 | | - |
31 | | - xyz.zcaudate/code.link |
32 | | - {:description "code packaging and distribution" |
33 | | - :include [[code.link :complete]]} |
34 | | - |
35 | 16 | xyz.zcaudate/code.manage |
36 | 17 | {:description "source code utils and workflow" |
37 | 18 | :include [[code.manage :complete]] |
38 | 19 | :bundle [{:path "resources" :include ["assets/code.manage"]}]} |
39 | 20 |
|
40 | | - xyz.zcaudate/code.maven |
41 | | - {:description "code packaging and distribution" |
42 | | - :include [[code.maven :complete]]} |
43 | | - |
44 | 21 | xyz.zcaudate/code.project |
45 | 22 | {:description "working with projects" |
46 | 23 | :include [[code.project :complete]]} |
|
387 | 364 | {:description "python libs and helpers" |
388 | 365 | :include [[python :complete]]} |
389 | 366 |
|
390 | | - xyz.zcaudate/rt.base |
391 | | - {:description "base runtimes" |
392 | | - :include [[rt.base :complete]]} |
393 | | - |
394 | | - xyz.zcaudate/rt.basic |
395 | | - {:description "wrapper for nginx" |
396 | | - :include [[rt.basic :complete]] |
397 | | - :dependencies [http-kit]} |
398 | | - |
399 | | - xyz.zcaudate/rt.circom |
400 | | - {:description "runtime for circom" |
401 | | - :include [[rt.circom :complete]]} |
402 | | - |
403 | | - xyz.zcaudate/rt.fortran |
404 | | - {:description "runtime for fortran" |
405 | | - :include [[rt.fortran :complete]]} |
406 | | - |
407 | 367 | xyz.zcaudate/rt.graal |
408 | | - {:description "runtime for graal contexts" |
409 | | - :include [[rt.graal :complete]] |
410 | | - :bundle [{:path "target/classes" |
411 | | - :include ["hara/lib/graal"]}] |
412 | | - :dependencies [org.graalvm.sdk/graal-sdk |
413 | | - org.graalvm.js/js |
| 368 | + {:description "runtime for graal contexts" |
| 369 | + :include [[rt.graal :complete] |
| 370 | + [hara.runtime.graal :complete]] |
| 371 | + :bundle [{:path "target/classes" |
| 372 | + :include ["hara/lib/graal"]}] |
| 373 | + :dependencies [org.graalvm.sdk/graal-sdk |
| 374 | + org.graalvm.js/js |
414 | 375 | org.graalvm.js/js-scriptengine |
415 | 376 | commons-io/commons-io]} |
416 | 377 |
|
417 | 378 | xyz.zcaudate/rt.jep |
418 | | - {:description "runtime for jep" |
419 | | - :include [[rt.jep :complete]] |
420 | | - :dependencies [black.ninia/jep]} |
421 | | - |
422 | | - xyz.zcaudate/rt.libpython |
423 | | - {:description "runtime for libpython" |
424 | | - :include [[rt.libpython :complete]] |
425 | | - :dependencies [clj-python/libpython-clj]} |
426 | | - |
427 | | - xyz.zcaudate/rt.llvm |
428 | | - {:description "runtime for llvm" |
429 | | - :include [[rt.llvm :complete]]} |
| 379 | + {:description "runtime for jep" |
| 380 | + :include [[rt.jep :complete] |
| 381 | + [hara.runtime.jep :complete]] |
| 382 | + :dependencies [black.ninia/jep]} |
430 | 383 |
|
431 | | - xyz.zcaudate/rt.nginx |
432 | | - {:description "runtime for nginx" |
433 | | - :include [[rt.nginx :complete]]} |
434 | | - |
435 | | - xyz.zcaudate/rt.nix |
436 | | - {:description "runtime for nix" |
437 | | - :include [[rt.nix :complete]]} |
438 | | - |
439 | | - xyz.zcaudate/rt.postgres |
440 | | - {:description "runtime for postgres" |
441 | | - :include [[rt.postgres :complete]]} |
442 | | - |
443 | 384 | xyz.zcaudate/rt.redis |
444 | | - {:description "runtime for redis" |
445 | | - :include [[rt.redis :complete]] |
446 | | - :bundle [{:path "resources" :include ["assets/rt.redis"]}]} |
447 | | - |
448 | | - xyz.zcaudate/rt.shell |
449 | | - {:description "shell runtime" |
450 | | - :include [[rt.shell :complete]]} |
451 | | - |
452 | | - xyz.zcaudate/rt.solidity |
453 | | - {:description "shell runtime" |
454 | | - :include [[rt.solidity :complete]]} |
455 | | - |
456 | | - xyz.zcaudate/rt.verilog |
457 | | - {:description "runtime for verilog" |
458 | | - :include [[rt.verilog :complete]]} |
| 385 | + {:description "runtime for redis" |
| 386 | + :include [[rt.redis :complete] |
| 387 | + [hara.runtime.redis :complete]] |
| 388 | + :bundle [{:path "resources" :include ["assets/rt.redis"]}]} |
459 | 389 |
|
460 | 390 | xyz.zcaudate/script.css |
461 | 391 | {:description "read and write css using clojure" |
|
540 | 470 | com.fasterxml.jackson.datatype/jackson-datatype-jsr310] |
541 | 471 | :bundle [{:path "target/classes" :include ["hara/lib/json"]}]} |
542 | 472 |
|
543 | | - xyz.zcaudate/hara |
544 | | - {:description "working with other languages" |
545 | | - :include [[hara :complete]]} |
546 | | - |
| 473 | + xyz.zcaudate/hara |
| 474 | + {:description "working with other languages" |
| 475 | + :include [[hara :exclude [hara.runtime.postgres |
| 476 | + hara.runtime.graal |
| 477 | + hara.runtime.jep |
| 478 | + hara.runtime.redis |
| 479 | + hara.runtime.solidity |
| 480 | + hara.runtime.nginx |
| 481 | + hara.model.spec-postgres]] |
| 482 | + [xt.lang :complete]]} |
| 483 | + |
| 484 | + xyz.zcaudate/hara.runtime.nginx |
| 485 | + {:description "nginx runtime support" |
| 486 | + :include [[hara.runtime.nginx :complete]]} |
| 487 | + |
| 488 | + xyz.zcaudate/postgres |
| 489 | + {:description "postgres language and runtime support" |
| 490 | + :include [[postgres :complete] |
| 491 | + [hara.model.spec-postgres :complete] |
| 492 | + [hara.runtime.postgres :complete]]} |
| 493 | + |
| 494 | + xyz.zcaudate/solidity |
| 495 | + {:description "solidity language and runtime support" |
| 496 | + :include [[solidity.core :complete] |
| 497 | + [hara.runtime.solidity :complete]]} |
| 498 | + |
547 | 499 | xyz.zcaudate/std.lib |
548 | 500 | {:description "simple string methods for searching" |
549 | 501 | :bundle [{:path "target/classes" |
|
621 | 573 | xyz.zcaudate/xtalk.db |
622 | 574 | {:description "xtalk language" |
623 | 575 | :include [[xt.db :complete]]} |
624 | | - |
625 | | - xyz.zcaudate/xtalk.evm |
626 | | - {:description "xtalk evm" |
627 | | - :include [[xt.evm :complete]]} |
628 | 576 |
|
629 | | - xyz.zcaudate/xtalk.lang |
630 | | - {:description "xtalk language" |
631 | | - :include [[xt.lang :complete] |
632 | | - [xt.lang.common-module :complete]]} |
633 | | - |
634 | 577 | xyz.zcaudate/xtalk.runtime |
635 | 578 | {:description "xtalk language" |
636 | 579 | :include [[kmi.lang :complete]]} |
637 | | - |
638 | | - xyz.zcaudate/xtalk.system |
639 | | - {:description "xtalk language" |
640 | | - :include [[xt.sys :complete]]}} |
| 580 | + } |
0 commit comments