mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
Initial commit
This commit is contained in:
commit
69aedbe308
10 changed files with 576 additions and 0 deletions
30
flake_env.opam
Normal file
30
flake_env.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Yet another flake plugin for direnv"
|
||||
maintainer: ["Bryan Bennett"]
|
||||
authors: ["Bryan Bennett"]
|
||||
license: "MIT"
|
||||
tags: ["direnv" "nix" "flake"]
|
||||
homepage: "https://sr.ht/~bryan_bennett/flake_env"
|
||||
doc: "https://git.sr.ht/~bryan_bennett/flake_env"
|
||||
bug-reports: "https://todo.sr.ht/~bryan_bennett/flake_env"
|
||||
depends: [
|
||||
"ocaml"
|
||||
"dune" {>= "3.11"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://git.sr.ht/~bryan_bennett/flake_env"
|
||||
Loading…
Add table
Add a link
Reference in a new issue