hierarchy-with-root

  • root-prefix = GLOBAL_

  • root-output = :terminal

int root_code_block = 1;

some comments

Java

  • java-prefix = JAVA_

Maven Config

  • maven-name = maven

<settings>
  <mirrors>
  </mirrors>
</settings>

Gradle Config

repositories {
  maven { url 'https://example.com' }
}

Python

  • python-prefix = PYTHON_

pip config

pip config set global.index-url https://example.com

conda config

  • language = yaml

channels:
  - https://example.com/conda

Docker

Dockerfile

FROM ubuntu:20.04
RUN echo "Hello World"

Multi-stage Build

FROM node:16 AS builder
WORKDIR /app
COPY . .
RUN npm install

rawstr4c v1.2.0

Raw strings for the C programming language

Authors

  • Aoran Zeng

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Rawstr4c::Config
  • Rawstr4c::EffectiveConfig
  • Rawstr4c::Generator
  • Rawstr4c::Parser
  • Rawstr4c::Version

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.