A collection of experiments, more or less organized.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 35 lines 745 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3version: "dev" 4synopsis: "Unpackaged experiences" 5description: "Mostly code snippets" 6maintainer: ["xvw <xaviervdw@gmail.com>"] 7authors: ["xvw <xaviervdw@gmail.com>"] 8license: "MIT" 9homepage: "https://tangled.org/xvw.lol/souk" 10bug-reports: "https://tangled.org/xvw.lol/souk/issues" 11depends: [ 12 "dune" {>= "3.21"} 13 "ocaml" {>= "5.4.0"} 14 "mdx" {with-test} 15 "primavera" 16 "virtfs" 17 "lunar" 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://tangled.org/xvw.lol/souk" 35x-maintenance-intent: ["(latest)"]