Update rawstr4c.md

This commit is contained in:
Aoran Zeng 2025-07-16 22:00:22 +08:00
parent 8259a5fd9a
commit d15d865cc5
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -5,7 +5,7 @@
! Config Authors: Aoran Zeng <ccmywish@qq.com>
! Contributors : Nil Null <nil@null.org>
! Created On : <2025-07-14>
! Last Modified : <2025-07-15>
! Last Modified : <2025-07-16>
! ---------------------------------------------------------- -->
# rawstr4c input
@ -17,6 +17,8 @@
## Java
- namespace = `java`
### maven config
```xml
@ -45,6 +47,10 @@ allprojects {
## stackage
- name = `haskell_stackage`
- keep-postfix = `true`
- postfix = `yaml`
```yaml
package-index:
download-prefix: @url@
@ -68,6 +74,8 @@ package-index:
## Clojar
- namespace = `clojure`
### project.clj
```clojure