File: 4.jq

package info (click to toggle)
golang-github-wader-gojq 0.0~git20231105.2b6d9e2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: yacc: 642; makefile: 84
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
include "5";
import "6" as bar;
def f: [., . * 2, h, (bar::i|.+1), bar::g];
def g: { foo: . };