mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Implement Clojure
recipe
This commit is contained in:
40
src/recipe/lang/rawstr4c.md
Normal file
40
src/recipe/lang/rawstr4c.md
Normal file
@@ -0,0 +1,40 @@
|
||||
<!-- -----------------------------------------------------------
|
||||
! SPDX-License-Identifier: GPL-3.0-or-later
|
||||
! -------------------------------------------------------------
|
||||
! Config Type : rawstr4c (Markdown)
|
||||
! Config Authors: Aoran Zeng <ccmywish@qq.com>
|
||||
! Contributors : Nil Null <nil@null.org>
|
||||
! Created On : <2025-07-14>
|
||||
! Last Modified : <2025-07-14>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
# rawstr4c input
|
||||
|
||||
- prefix = `RAWSTR_pl`
|
||||
- output = `:global-variable-only-header`
|
||||
- translate = `:oct`
|
||||
|
||||
## Clojar
|
||||
|
||||
### project.clj
|
||||
|
||||
```clojure
|
||||
(defproject myapp "1.0.0"
|
||||
:description "My Application"
|
||||
:dependencies [[lib1 "1.0.0"]
|
||||
[lib2 "2.0.0"]
|
||||
[lib3 "3.0.0"]]
|
||||
:mirrors {"clojars" {:name "mirror"
|
||||
:url "@url@"}}
|
||||
:main leiningen.web)
|
||||
```
|
||||
|
||||
|
||||
|
||||
### projfiles.clj
|
||||
|
||||
```clojure
|
||||
:user {:repositories [["clojars" {:url "@url@"}]]
|
||||
;; other :user profile settings
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user