package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest
  33. alcotest-async
  34. alcotest-js
  35. alcotest-lwt
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. allegro5
  41. alonzo
  42. alsa >= "0.3.0"
  43. alt-ergo >= "2.3.0" & < "2.6.0"
  44. alt-ergo-free >= "2.4.3"
  45. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  46. alt-ergo-parsers < "2.6.0"
  47. alt-ergo-plugin-ab-why3 < "2.6.0"
  48. altgr-ergo >= "2.3.0"
  49. ambient-context
  50. ambient-context-eio
  51. ambient-context-lwt
  52. amqp-client >= "2.0.3"
  53. amqp-client-async
  54. amqp-client-lwt
  55. ancient >= "0.10.0"
  56. anders
  57. angstrom >= "0.11.1"
  58. angstrom-async >= "0.11.1"
  59. angstrom-lwt-unix >= "0.11.1"
  60. angstrom-unix >= "0.11.1"
  61. ansi
  62. ansi-parse
  63. anthill
  64. antic != "0.3.1"
  65. ao >= "0.2.2"
  66. api-watch
  67. apronext
  68. arb != "0.3.1"
  69. arc
  70. archetype
  71. archi
  72. archi-async
  73. archi-lwt
  74. arg-complete
  75. argon2
  76. argsh
  77. arp
  78. arrakis
  79. arrayjit < "0.5.2"
  80. art
  81. asai
  82. asak
  83. ask
  84. ask-integrator
  85. asli >= "0.2.0"
  86. aslref
  87. asn1-combinators >= "0.2.5"
  88. ast_generic
  89. async
  90. async-uri
  91. async_durable
  92. async_extra
  93. async_find
  94. async_graphics
  95. async_inotify
  96. async_interactive
  97. async_js
  98. async_kernel
  99. async_log
  100. async_rpc_kernel
  101. async_rpc_websocket
  102. async_sendfile
  103. async_shell
  104. async_smtp
  105. async_ssl
  106. async_udp
  107. async_unix
  108. async_websocket
  109. atable
  110. atacama
  111. atd >= "2.2.1" & < "4.0.0"
  112. atdcpp < "4.0.0"
  113. atdd < "4.0.0"
  114. atdgen >= "2.2.1" & < "4.0.0"
  115. atdgen-codec-runtime < "4.0.0"
  116. atdgen-runtime >= "2.2.1" & < "4.0.0"
  117. atdj >= "2.2.1" & < "4.0.0"
  118. atdpy < "4.0.0"
  119. atds < "4.0.0"
  120. atdts < "4.0.0"
  121. atomic < "base"
  122. autofonce
  123. autofonce_config
  124. autofonce_core
  125. autofonce_lib
  126. autofonce_m4
  127. autofonce_misc
  128. autofonce_patch
  129. autofonce_share
  130. avro
  131. avro-compiler
  132. awa
  133. awa-mirage
  134. aws >= "1.2"
  135. aws-async
  136. aws-autoscaling >= "1.2"
  137. aws-cloudformation >= "1.2"
  138. aws-cloudtrail >= "1.2"
  139. aws-cloudwatch
  140. aws-config
  141. aws-ec2 >= "1.2"
  142. aws-elasticache
  143. aws-elasticloadbalancing >= "1.2"
  144. aws-lwt
  145. aws-rds
  146. aws-route53
  147. aws-s3
  148. aws-s3-async
  149. aws-s3-lwt
  150. aws-sdb >= "1.2"
  151. aws-sqs
  152. aws-ssm >= "1.2"
  153. aws-sts >= "1.2"
  154. awsm
  155. awsm-async
  156. awsm-codegen
  157. awsm-lwt
  158. awso
  159. awso-async
  160. awso-cli
  161. awso-common
  162. awso-eio
  163. awso-lwt
  164. awso-sync
  165. azblob
  166. azblob-async
  167. azure-cosmos-db < "0.4.0"
  168. babel
  169. baby
  170. backoff
  171. bag
  172. baguette_sharp
  173. bam
  174. bam-ppx
  175. bancos
  176. bank
  177. bare_encoding
  178. bark
  179. base
  180. base32
  181. base64 >= "2.3.0"
  182. base_bigstring
  183. base_quickcheck
  184. base_trie
  185. bastet
  186. bastet_async
  187. bastet_lwt
  188. batch_jaro_winkler
  189. batsat
  190. batteries >= "3.7.1"
  191. bcfg
  192. bcfgt
  193. bdd >= "0.5"
  194. bddrand
  195. bech32
  196. bechamel
  197. bechamel-js
  198. bechamel-notty
  199. bechamel-perf
  200. beluga >= "1.0"
  201. benchmark >= "1.6"
  202. bencode >= "2.0"
  203. bentov
  204. bestline
  205. bheap >= "2.0.0"
  206. bibfmt
  207. bidirectional_map
  208. bigarray-compat
  209. bigarray-overlap
  210. bigdecimal
  211. bignum
  212. bigstring >= "0.3"
  213. bigstring-unix
  214. bigstringaf >= "0.5.0"
  215. bimage
  216. bimage-display
  217. bimage-gtk
  218. bimage-io
  219. bimage-lwt
  220. bimage-sdl
  221. bimage-unix
  222. bimap
  223. bin
  224. bin_prot
  225. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  226. binaryen_dsl
  227. bindlib >= "6.0.0"
  228. biniou >= "1.2.1"
  229. binning
  230. binsec < "0.11.0"
  231. bio_io
  232. biocaml
  233. biotk
  234. bisect_ppx >= "1.4.0"
  235. bistro
  236. bistro-bio
  237. bitcoin >= "3.0"
  238. bitcoin-cohttp-async
  239. bitcoin-cohttp-lwt
  240. bitcoin-ocurl
  241. bitcoinml
  242. bitlib
  243. bitmasks
  244. bitpack_serializer
  245. bitstring >= "3.1.1" & < "5.0.2"
  246. bitv >= "1.4"
  247. bitwuzla
  248. bitwuzla-bin < "1.0.0"
  249. bitwuzla-c
  250. bitwuzla-cxx
  251. bizowie-api
  252. bjack >= "0.1.6"
  253. blake3
  254. bloomf
  255. bls12-381 < "18.0" | >= "19.0"
  256. bls12-381-gen
  257. bls12-381-hash
  258. bls12-381-js
  259. bls12-381-js-gen
  260. bls12-381-legacy
  261. bls12-381-signature
  262. bls12-381-unix
  263. blurhash
  264. bm25
  265. bnfgen
  266. bogue
  267. bogue-tutorials
  268. boltzgen < "0.9.5"
  269. bonsai
  270. boulangerie
  271. box
  272. brr-lwd
  273. bst >= "7.0.1"
  274. bstr
  275. buffer-pool
  276. build_path_prefix_map >= "0.3"
  277. builder
  278. builder-web
  279. bun >= "0.3.4"
  280. bwd
  281. bwrap
  282. bytearray
  283. bytebuffer
  284. bytepdf
  285. bytestring
  286. bz2
  287. ca-certs
  288. ca-certs-nss
  289. cachet
  290. cachet-lwt
  291. cachet-solo5
  292. cactus
  293. cairn
  294. cairo2 >= "0.6"
  295. cairo2-gtk
  296. cairo2-pango
  297. caisar
  298. caisar-ir
  299. caisar-nnet
  300. caisar-onnx
  301. caisar-ovo
  302. caisar-xgboost
  303. calcium != "0.3.1"
  304. calculon
  305. calculon-web
  306. caldav
  307. calendar >= "3.0.0"
  308. calendars
  309. calipso
  310. calli
  311. callipyge >= "0.2"
  312. camelot
  313. camels
  314. camelsnakekebab
  315. camldiets
  316. camlimages >= "5.0.2"
  317. camlix
  318. camlon >= "3.1.0"
  319. camlp-streams
  320. camlrack
  321. camltc >= "0.9.8"
  322. camomile >= "1.0.2"
  323. camyll
  324. canary
  325. capitalization
  326. capnp >= "3.5.0"
  327. capnp-rpc < "2.1"
  328. capnp-rpc-lwt < "2.0"
  329. capnp-rpc-net < "2.1"
  330. capnp-rpc-unix < "2.1"
  331. caqti >= "1.0.0" & < "3.0.0"
  332. caqti-async < "3.0.0"
  333. caqti-driver-mariadb < "3.0.0"
  334. caqti-driver-pgx < "3.0.0"
  335. caqti-driver-postgresql >= "1.0.0" & < "3.0.0"
  336. caqti-driver-sqlite3 >= "1.0.0" & < "3.0.0"
  337. caqti-dynload >= "1.0.0" & < "3.0.0"
  338. caqti-eio < "3.0.0"
  339. caqti-lwt >= "1.0.0" & < "3.0.0"
  340. caqti-miou < "3.0.0"
  341. caqti-mirage < "3.0.0"
  342. caqti-tls < "3.0.0"
  343. caqti-type-calendar >= "1.0.0" & < "3.0.0"
  344. carbon
  345. carray
  346. carton
  347. carton-git
  348. carton-git-lwt
  349. carton-lwt
  350. carton-miou
  351. carton-miou-unix
  352. castore
  353. catala < "1.0.0~beta"
  354. catala-format >= "0.2.0" & < "1.2.0"
  355. catala-lsp
  356. catapult
  357. catapult-client
  358. catapult-daemon
  359. catapult-file
  360. catapult-sqlite
  361. cattery
  362. cb-check
  363. cbor >= "0.3"
  364. cborl
  365. ccbg
  366. cconv >= "0.5"
  367. cdb
  368. cdrom >= "0.9.4"
  369. ceph
  370. certify >= "0.3.0"
  371. cf
  372. cf-lwt
  373. cfg >= "2.2.0"
  374. cfml
  375. cfstream
  376. chacha
  377. chamelon >= "0.2.1"
  378. chamelon-unix
  379. chamo
  380. charInfo_width
  381. charrua
  382. charrua-client
  383. charrua-server
  384. charrua-unix
  385. charset
  386. chartjs
  387. chartjs-annotation
  388. chartjs-colorschemes
  389. chartjs-datalabels
  390. chartjs-streaming
  391. chase
  392. checkseum = "0.0.3" | >= "0.2.1"
  393. choice >= "0.4"
  394. chrome-trace < "3.19.0"
  395. cid
  396. cinaps >= "v0.12.0"
  397. clangml >= "4.0.1"
  398. clangml-transforms
  399. clap >= "0.2.0"
  400. clarity-lang
  401. class_group_vdf
  402. clim
  403. clim-ppx
  404. climate
  405. cll
  406. clp_operations
  407. clz
  408. cmarker
  409. cmdliner-stdlib
  410. cmon
  411. codept
  412. codept-lib
  413. codicons
  414. cohttp >= "1.1.1"
  415. cohttp-async
  416. cohttp-bench
  417. cohttp-curl
  418. cohttp-curl-async
  419. cohttp-curl-lwt
  420. cohttp-eio
  421. cohttp-lwt
  422. cohttp-lwt-jsoo
  423. cohttp-lwt-unix
  424. cohttp-lwt-unix-bin
  425. cohttp-mirage
  426. cohttp-server-lwt-unix
  427. cohttp-top
  428. cohttp_async_websocket
  429. cohttp_static_handler
  430. coin >= "0.1.1"
  431. colibri2
  432. colombe
  433. color >= "0.2.0"
  434. color-brewery
  435. colors
  436. combinaml
  437. combinat
  438. comby
  439. comby-kernel
  440. comby-semantic
  441. command_rpc
  442. conan
  443. conan-cli
  444. conan-database
  445. conan-lwt
  446. conan-unix
  447. conduit
  448. conduit-async
  449. conduit-lwt
  450. conduit-lwt-unix
  451. conduit-mirage
  452. conex >= "0.10.0"
  453. conex-mirage-crypto
  454. confero
  455. config
  456. config-file = "1.2.1"
  457. conformist
  458. containers
  459. containers-data
  460. containers-thread
  461. content_security_policy
  462. contract
  463. cookie
  464. cookies
  465. coq >= "8.14.0" & < "9.0.0"
  466. coq-core
  467. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  468. coq-of-ocaml
  469. coq-serapi
  470. coq-stdlib < "9.0.0"
  471. coq-waterproof
  472. coqide >= "8.14.0"
  473. coqide-server
  474. core
  475. core-and-more
  476. core_bench
  477. core_compat
  478. core_extended
  479. core_kernel
  480. core_profiler
  481. core_unix
  482. cosovo
  483. cow >= "2.4.0"
  484. cowabloga >= "0.5.0"
  485. cpm >= "12.1.2"
  486. cppo >= "1.6.6"
  487. cppo_ocamlbuild >= "1.6.6"
  488. cps_toolbox
  489. cpu
  490. cpuid >= "0.1.2"
  491. crc >= "2.1.0"
  492. crlibm >= "0.3"
  493. crontab
  494. crowbar >= "0.2"
  495. crunch
  496. cry >= "0.6.5"
  497. crypt >= "2.0"
  498. cryptokit >= "1.16.1"
  499. csexp
  500. csexp-query
  501. css
  502. css-parser
  503. cstruct
  504. cstruct-async
  505. cstruct-lwt
  506. cstruct-sexp
  507. cstruct-unix
  508. csv >= "2.2"
  509. csv-lwt >= "2.1"
  510. csvfields
  511. csvtool
  512. ctoxml
  513. ctypes >= "0.21.1"
  514. ctypes-foreign >= "0.21.1"
  515. ctypes-zarith
  516. ctypes_stubs_js
  517. cucumber
  518. cudajit < "0.7.0"
  519. cudd < "0.1.3"
  520. cudf >= "0.10"
  521. cue_sheet_maker
  522. cuid >= "0.2"
  523. cumulus
  524. curl
  525. curl_lwt
  526. curly >= "0.2.0"
  527. current
  528. current-albatross-deployer
  529. current-web-pipelines
  530. current_ansi
  531. current_docker
  532. current_examples
  533. current_git
  534. current_github
  535. current_gitlab
  536. current_incr
  537. current_ocluster
  538. current_rpc
  539. current_slack
  540. current_ssh
  541. current_web
  542. curses >= "1.0.9" & < "1.0.12"
  543. curve-sampling
  544. cvc5 < "1.3.0-2"
  545. cviode
  546. daft >= "0.0.4"
  547. dap
  548. data-encoding
  549. dataframe
  550. datakit-server >= "0.12.2"
  551. datakit-server-9p >= "0.12.2"
  552. datalog >= "0.6"
  553. dates_calc
  554. daypack-lib
  555. dbf != "0.1.1"
  556. dblp
  557. dblp-api
  558. debian-formats >= "0.1.2"
  559. decimal
  560. decoders >= "0.1.2"
  561. decoders-bencode
  562. decoders-cbor
  563. decoders-ezjsonm >= "0.1.2"
  564. decoders-ezxmlm
  565. decoders-jsonaf
  566. decoders-jsonm
  567. decoders-msgpck
  568. decoders-sexplib
  569. decoders-yojson >= "0.1.2"
  570. decompress >= "0.8.1"
  571. dedent
  572. dedukti >= "2.7"
  573. delimcc_of_fxhandler
  574. delimited_parsing
  575. depyt
  576. devkit >= "1.0"
  577. diet
  578. diff
  579. diffable
  580. digestif >= "0.9.0"
  581. directories
  582. dirsift
  583. diskuvbox
  584. disml
  585. dispatch >= "0.4.1"
  586. dispatch-js
  587. distributed >= "0.6.0"
  588. distributed-lwt >= "0.2.0"
  589. distributed-uwt >= "0.2.0"
  590. dkim
  591. dkim-bin
  592. dkim-lwt-unix
  593. dkim-mirage
  594. dkml-c-probe
  595. dkml-dune-dsl
  596. dkml-dune-dsl-show
  597. dkml-install
  598. dkml-install-installer
  599. dkml-install-runner
  600. dkml-runtime-common >= "2.0.3"
  601. dkml-runtime-distribution
  602. dkml-workflows
  603. dlm >= "0.3.1"
  604. dmap
  605. dmarc
  606. dns
  607. dns-certify
  608. dns-cli
  609. dns-client
  610. dns-client-lwt
  611. dns-client-miou-unix
  612. dns-client-mirage
  613. dns-lwt
  614. dns-mirage
  615. dns-resolver
  616. dns-server
  617. dns-stub
  618. dns-tsig
  619. dnsrobot
  620. dnssec
  621. docfd
  622. docker-api >= "0.2"
  623. docker_hub
  624. dockerfile < "8.3.5"
  625. dockerfile-cmd < "8.3.5"
  626. dockerfile-opam >= "8.2.7" & < "8.3.5"
  627. docteur
  628. docteur-solo5
  629. docteur-unix
  630. doctor
  631. doculib
  632. doi2bib
  633. dokeysto >= "3.0.2"
  634. dokeysto_camltc >= "3.0.2"
  635. dokeysto_lz4 >= "3.0.2"
  636. dolmen >= "0.4.1"
  637. dolmen_bin
  638. dolmen_loop
  639. dolmen_lsp
  640. dolmen_model
  641. dolmen_type
  642. dolog >= "4.0.0"
  643. domain-local-await
  644. domain-local-timeout
  645. domain-name
  646. domain_shims
  647. domainslib
  648. dose3 >= "6.1"
  649. dose3-extra
  650. dot-merlin-reader
  651. dotenv
  652. dream
  653. dream-accept
  654. dream-cli
  655. dream-encoding
  656. dream-html
  657. dream-htmx
  658. dream-httpaf
  659. dream-livereload
  660. dream-pure
  661. dream-serve
  662. dream_middleware_ext
  663. drom >= "0.3.0"
  664. drom_lib >= "0.3.0"
  665. drom_toml
  666. dropbox
  667. dropbox_lwt_unix
  668. dscheck
  669. dssi >= "0.1.3"
  670. dtc-pb
  671. dtoa >= "0.3.2"
  672. dtools
  673. dual
  674. duff >= "0.2"
  675. dum >= "1.0.3"
  676. dump_ocamlformat
  677. dune-action-plugin < "3.19.0"
  678. dune-ai-context
  679. dune-build-info < "3.19.0"
  680. dune-cargo-build
  681. dune-compiledb
  682. dune-configurator >= "2.5.1" & < "3.19.0"
  683. dune-deps
  684. dune-expand
  685. dune-glob < "3.19.0"
  686. dune-private-libs < "3.19.0"
  687. dune-release >= "1.0.0" & < "2.1.0"
  688. dune-rpc < "3.19.0"
  689. dune-rpc-lwt < "3.19.0"
  690. dune-site < "3.19.0"
  691. duppy
  692. duras < "2.1.1"
  693. duration
  694. dyn < "3.19.0"
  695. dypgen
  696. earley >= "3.0.0"
  697. earlybird
  698. easy-format >= "1.3.2"
  699. easy_logging
  700. easy_logging_yojson
  701. ecaml
  702. edn
  703. ego
  704. eigen >= "0.1.0"
  705. eio
  706. eio-ssl
  707. eio-trace
  708. eio_linux
  709. eio_main
  710. eio_posix
  711. eio_windows
  712. either
  713. elasticsearch-cli >= "0.5"
  714. electrod
  715. eliom >= "10.1.2" & < "12.0.0"
  716. elm_core
  717. elm_playground
  718. elm_playground_native
  719. elm_playground_web
  720. elm_system
  721. elpi
  722. email_message
  723. embedded_ocaml_templates
  724. emile >= "0.4"
  725. emoji >= "2.0.0"
  726. encore >= "0.4"
  727. env_config
  728. epictetus
  729. eqaf >= "0.2"
  730. eqaf-cstruct
  731. equinoxe
  732. equinoxe-cohttp
  733. equinoxe-hlc
  734. erlang
  735. errpy
  736. erssical
  737. esa
  738. esgg
  739. esperanto-cosmopolitan >= "0.0.5"
  740. ethernet
  741. euler
  742. exenum >= "0.86"
  743. exit
  744. expect >= "0.1.0"
  745. expect_test_helpers
  746. expect_test_helpers_async
  747. expect_test_helpers_core
  748. expect_test_helpers_kernel
  749. expr
  750. extism
  751. extism-manifest
  752. extlib >= "1.7.9"
  753. extunix >= "0.3.1"
  754. ez_api
  755. ez_cmdliner >= "0.2.0"
  756. ez_config >= "0.2.0"
  757. ez_file >= "0.3.0"
  758. ez_hash
  759. ez_pgocaml
  760. ez_search
  761. ez_subst
  762. ezcurl
  763. ezcurl-lwt
  764. ezdl
  765. ezgzip >= "0.2.3"
  766. ezjs_ace
  767. ezjs_blockies
  768. ezjs_cleave
  769. ezjs_crypto
  770. ezjs_cytoscape
  771. ezjs_d3pie
  772. ezjs_extension
  773. ezjs_fetch
  774. ezjs_idb
  775. ezjs_jquery
  776. ezjs_min
  777. ezjs_odometer
  778. ezjs_push
  779. ezjs_qrcode
  780. ezjs_recaptcha
  781. ezjs_timeline
  782. ezjsonm >= "1.0.0"
  783. ezjsonm-encoding
  784. ezjsonm-lwt
  785. ezlua
  786. ezresto
  787. ezresto-directory
  788. ezsqlite >= "0.4.2"
  789. ezxmlm >= "1.1.0"
  790. FPauth
  791. FPauth-core
  792. FPauth-responses
  793. FPauth-strategies
  794. FrontC >= "4.0.0"
  795. faad >= "0.5.0"
  796. facteur
  797. fadbadml >= "0.1.2"
  798. faraday >= "0.7.1"
  799. faraday-async >= "0.7.1"
  800. faraday-lwt >= "0.7.1"
  801. faraday-lwt-unix >= "0.7.1"
  802. farith
  803. farmhash >= "0.4"
  804. fasmifra
  805. fat-filesystem >= "0.13.0"
  806. fd-send-recv >= "2.0.1"
  807. fdkaac >= "0.3.2"
  808. feat
  809. feat-core
  810. feat-num
  811. feather
  812. feather_async
  813. ff
  814. ff-bench
  815. ff-pbt
  816. ff-sig
  817. ffmpeg >= "1.0.0~beta1"
  818. ffmpeg-av
  819. ffmpeg-avcodec
  820. ffmpeg-avdevice
  821. ffmpeg-avfilter
  822. ffmpeg-avutil
  823. ffmpeg-swresample
  824. ffmpeg-swscale
  825. fftw3
  826. fiat-p256
  827. fiber
  828. fiber-lwt
  829. fieldslib >= "v0.13.0"
  830. file_path
  831. fileutils >= "0.6.1"
  832. finch
  833. fit < "1.3.2"
  834. fix >= "20181206"
  835. flac
  836. flatunionfind
  837. flex-array
  838. flint >= "0.3.2"
  839. floatml
  840. flow_parser >= "0.229.1"
  841. fluxt
  842. fmlib
  843. fmlib_browser
  844. fmlib_js
  845. fmlib_parse
  846. fmlib_pretty
  847. fmlib_std
  848. fontforge-of-ocaml
  849. forester < "4.2.0"
  850. frama-c >= "26.0~beta" & < "30.0~beta"
  851. frama-c-lannotate = "0.2.3"
  852. frama-c-luncov = "0.2.1"
  853. frama-c-metacsl >= "0.4" & < "0.8~beta"
  854. frama-clang < "0.0.17~beta"
  855. fred
  856. freetds >= "0.7"
  857. frei0r >= "0.1.2"
  858. frenetic
  859. fromager
  860. fsevents
  861. fsevents-lwt
  862. fsml
  863. fstar >= "2025.02.17" & < "2025.12.15"
  864. fswatch
  865. fswatch_async
  866. fswatch_lwt
  867. fun-postgresql
  868. fun-sql
  869. fun-sqlite
  870. functoria
  871. functoria-runtime
  872. fungi
  873. fuse3
  874. fuseau
  875. fuseau-lwt
  876. fuzzy_compare
  877. fuzzy_match
  878. fzf
  879. GenArrayIter
  880. GT < "0.5.4"
  881. gapi-ocaml
  882. gbddml
  883. gccjit
  884. gd >= "1.1"
  885. gdbprofiler
  886. gel
  887. gemini
  888. gen >= "0.5.3"
  889. gen_js_api < "1.1.7"
  890. gendarme < "0.4.1"
  891. gendarme-csv < "0.4.1"
  892. gendarme-ezjsonm < "0.4.1"
  893. gendarme-json < "0.4.0"
  894. gendarme-toml < "0.4.1"
  895. gendarme-yaml < "0.4.1"
  896. gendarme-yojson < "0.4.1"
  897. genspio >= "0.0.3"
  898. genspir >= "1.0.1"
  899. geojson
  900. geojsone
  901. geoml
  902. get_line >= "7.0.0"
  903. getopt >= "20230213"
  904. gettext = "0.4.2"
  905. gettext-camomile < "0.5.0"
  906. gettext-stub < "0.5.0"
  907. git
  908. git-cohttp
  909. git-cohttp-unix
  910. git-http
  911. git-kv
  912. git-mirage
  913. git-net
  914. git-paf
  915. git-unix
  916. github >= "4.0.0"
  917. github-data
  918. github-hooks
  919. github-hooks-unix >= "0.5.0"
  920. github-jsoo >= "4.3.0"
  921. github-unix >= "4.0.0"
  922. gitlab
  923. gitlab-jsoo
  924. gitlab-unix
  925. gitlab_pipeline_notifier
  926. glfw-ocaml
  927. globlon
  928. gluon
  929. gluten
  930. gluten-async
  931. gluten-eio
  932. gluten-lwt
  933. gluten-lwt-unix
  934. gluten-mirage
  935. gmap
  936. gmp
  937. gnuplot
  938. gobba
  939. gobject-introspection
  940. goblint < "2.6.0"
  941. goblint-cil >= "1.8.0"
  942. google-drive-ocamlfuse
  943. gopcaml-mode
  944. gopcaml-mode-merlin
  945. gospel
  946. gotd
  947. gperftools
  948. gpiod
  949. gpr
  950. gpt
  951. gptar
  952. gr
  953. grace
  954. gradescope_submit
  955. grain_dypgen >= "0.2.1"
  956. graphics
  957. graphql >= "0.8.0"
  958. graphql-async >= "0.8.0"
  959. graphql-cohttp >= "0.9.0"
  960. graphql-lwt >= "0.8.0"
  961. graphql_parser >= "0.9.0"
  962. graphql_ppx
  963. graphv
  964. graphv_core
  965. graphv_core_lib
  966. graphv_font
  967. graphv_font_js
  968. graphv_font_stb_truetype
  969. graphv_gles2
  970. graphv_gles2_native
  971. graphv_gles2_native_impl
  972. graphv_webgl
  973. graphv_webgl_impl
  974. gremlin
  975. grenier
  976. grid
  977. grpc
  978. grpc-async
  979. grpc-bench
  980. grpc-eio
  981. grpc-examples
  982. grpc-lwt
  983. gsl >= "1.24.0"
  984. gstreamer >= "0.3.1"
  985. guardian
  986. guile
  987. h1
  988. h1-lwt-unix
  989. h1_parser
  990. h2
  991. h2-async
  992. h2-eio
  993. h2-lwt
  994. h2-lwt-unix
  995. h2-mirage
  996. hachis
  997. hack_parallel
  998. hacl-star
  999. hacl-star-raw >= "0.5.0"
  1000. hacl_func
  1001. hacl_x25519
  1002. happy-eyeballs
  1003. happy-eyeballs-lwt
  1004. happy-eyeballs-miou-unix
  1005. happy-eyeballs-mirage
  1006. hardcaml
  1007. hardcaml-lua
  1008. hardcaml_axi
  1009. hardcaml_c
  1010. hardcaml_circuits
  1011. hardcaml_event_driven_sim
  1012. hardcaml_fixed_point
  1013. hardcaml_handshake
  1014. hardcaml_of_verilog
  1015. hardcaml_step_testbench
  1016. hardcaml_verify
  1017. hardcaml_verilator
  1018. hardcaml_waveterm
  1019. hardcaml_xilinx
  1020. hardcaml_xilinx_components
  1021. hardcaml_xilinx_reports
  1022. hashcons >= "1.4.0"
  1023. hashset >= "1.0.1"
  1024. haxe >= "4.1.1"
  1025. hc
  1026. hdf5
  1027. hdr_histogram >= "0.0.3"
  1028. headache
  1029. header-check
  1030. hector
  1031. hedgehog
  1032. hedgehog-alcotest
  1033. herdtools7 >= "7.55"
  1034. heroicons-reason-react
  1035. hex >= "1.3.0"
  1036. hex_encode
  1037. hexstring
  1038. hg_lib
  1039. hidapi >= "1.1"
  1040. hidapi-lwt
  1041. higher_kinded
  1042. highlexer
  1043. higlo >= "0.8"
  1044. hilite
  1045. hkdf
  1046. hl_yaml
  1047. hockmd
  1048. hol2dk
  1049. hooke
  1050. hpack
  1051. hsluv
  1052. html_of_jsx < "0.0.5"
  1053. htmlfromtexbooks
  1054. hts_shrink >= "2.1.2"
  1055. http
  1056. http-cookie
  1057. http-date < "0.2"
  1058. http-lwt-client
  1059. http-mirage-client
  1060. http-multipart-formdata
  1061. http_async
  1062. httpaf >= "0.6.0"
  1063. httpaf-async >= "0.6.0"
  1064. httpaf-lwt-unix
  1065. httpaf_caged
  1066. httpcats
  1067. httph
  1068. httpun
  1069. httpun-async
  1070. httpun-eio
  1071. httpun-lwt
  1072. httpun-lwt-unix
  1073. httpun-mirage
  1074. httpun-types
  1075. httpun-ws
  1076. httpun-ws-async
  1077. httpun-ws-eio
  1078. httpun-ws-lwt
  1079. httpun-ws-lwt-unix
  1080. httpun-ws-mirage
  1081. huffman
  1082. hurl
  1083. hvsock >= "2.0.0"
  1084. hxd
  1085. hyper
  1086. ISO3166
  1087. ISO8601 >= "0.2.6"
  1088. i3ipc
  1089. icalendar
  1090. idd
  1091. idds
  1092. ifs-fractals
  1093. imagelib
  1094. incr_dom
  1095. incr_dom_interactive
  1096. incr_dom_keyboard
  1097. incr_dom_partial_render
  1098. incr_dom_sexp_form
  1099. incr_dom_widgets
  1100. incr_map
  1101. incr_select
  1102. incremental
  1103. incremental_cycles
  1104. indentation_buffer
  1105. index
  1106. index-bench
  1107. inferno >= "20190924"
  1108. influxdb
  1109. influxdb-async
  1110. influxdb-lwt
  1111. inotify >= "2.4"
  1112. inotify-eio
  1113. inquire
  1114. inquirer_oc
  1115. int_repr
  1116. integers >= "0.3.0"
  1117. integers_stubs_js
  1118. integration1d >= "0.5.1"
  1119. intel_hex
  1120. interface-prime
  1121. interface-prime-lwt
  1122. interval >= "1.5" & < "1.6"
  1123. interval-map
  1124. interval_base
  1125. interval_crlibm
  1126. interval_intel
  1127. intPQueue < "20250925"
  1128. io-page
  1129. io-page-unix
  1130. iomux < "0.4"
  1131. iostream
  1132. iostream-camlzip
  1133. ip2location
  1134. ip2locationio
  1135. ip2proxy
  1136. ip2whois
  1137. ipaddr >= "2.9.0"
  1138. ipaddr-cstruct
  1139. ipaddr-sexp
  1140. irc-client >= "0.6.2"
  1141. irc-client-lwt >= "0.6.2"
  1142. irc-client-lwt-ssl
  1143. irc-client-tls >= "0.6.2"
  1144. irc-client-unix >= "0.6.2"
  1145. iri >= "0.6.0" & < "1.1.0"
  1146. irky
  1147. irky-eio
  1148. irmin
  1149. irmin-bench
  1150. irmin-chunk
  1151. irmin-cli
  1152. irmin-client
  1153. irmin-containers
  1154. irmin-fs
  1155. irmin-git
  1156. irmin-graphql
  1157. irmin-http
  1158. irmin-indexeddb
  1159. irmin-layers
  1160. irmin-mirage
  1161. irmin-mirage-git
  1162. irmin-mirage-graphql
  1163. irmin-pack
  1164. irmin-pack-tools
  1165. irmin-server
  1166. irmin-test
  1167. irmin-tezos
  1168. irmin-unix
  1169. irmin-watcher
  1170. iso639
  1171. iter >= "1.4"
  1172. itv-tree >= "2.2"
  1173. jane-street-headers >= "v0.12.0"
  1174. jane_rope
  1175. janestreet_cpuid
  1176. janestreet_csv
  1177. janestreet_lru_cache
  1178. jasmin >= "2023.06.0"
  1179. jekyll-format >= "0.2.0"
  1180. jemalloc >= "0.2"
  1181. jext
  1182. jhupllib
  1183. jingoo >= "1.3.0"
  1184. jose
  1185. js_of_ocaml < "5.9.0"
  1186. js_of_ocaml-compiler < "5.9.0"
  1187. js_of_ocaml-lwt < "5.9.0"
  1188. js_of_ocaml-ocamlbuild >= "3.5.0"
  1189. js_of_ocaml-ppx < "5.9.0"
  1190. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1191. js_of_ocaml-toplevel < "5.9.0"
  1192. js_of_ocaml-tyxml < "5.9.0"
  1193. js_of_ocaml-webgpu
  1194. js_of_ocaml-webidl
  1195. js_of_ocaml_patches
  1196. json-data-encoding < "1.1.1"
  1197. json-data-encoding-browser < "1.1.1"
  1198. json-data-encoding-bson < "1.1.1"
  1199. json_decoder
  1200. jsonaf
  1201. jsonoo
  1202. jsonrpc < "1.28.0-506~preview"
  1203. jsonschema2atd
  1204. jsonxt
  1205. jsoo-react
  1206. jsoo_broadcastchannel
  1207. jsoo_storage
  1208. jst-config
  1209. junit >= "2.0.1"
  1210. junit_alcotest >= "2.0.1"
  1211. junit_ounit >= "2.0.1"
  1212. jupyter
  1213. jupyter-archimedes
  1214. jupyter-kernel
  1215. jws
  1216. jwto
  1217. kafka >= "0.5"
  1218. kafka_async
  1219. kafka_lwt
  1220. kappa-agents
  1221. kappa-binaries
  1222. kappa-library
  1223. kappa-server
  1224. kcas < "0.7.0"
  1225. kcas_data < "0.7.0"
  1226. kdf
  1227. kdl
  1228. ke
  1229. key-parsers >= "0.10.1"
  1230. keyseq
  1231. kicadsch >= "0.4.0"
  1232. kind2
  1233. kinetic-client >= "0.0.11"
  1234. kittyimg
  1235. kkmarkdown
  1236. kmt
  1237. knights_tour
  1238. kot
  1239. kqueue < "0.5.0"
  1240. krb
  1241. lab
  1242. lablgtk3
  1243. lablgtk3-extras >= "3.0.1"
  1244. lablgtk3-goocanvas2
  1245. lablgtk3-gtkspell3
  1246. lablgtk3-rsvg2
  1247. lablgtk3-sourceview3
  1248. lablqml
  1249. lacaml >= "11.0.2"
  1250. ladspa >= "0.2.0"
  1251. lambda
  1252. lambda-runtime
  1253. lambda-term >= "2.0"
  1254. lambda_streams
  1255. lambda_streams_async
  1256. lambda_streams_lwt
  1257. lambdapi
  1258. lambdasoup >= "0.6.4"
  1259. lame >= "0.3.4"
  1260. landmarks = "1.4"
  1261. landmarks-ppx < "1.5"
  1262. lascar >= "0.6-alpha"
  1263. lastfm >= "0.3.3"
  1264. launchd >= "1.3"
  1265. layoutz
  1266. lazy-trie
  1267. lbfgs >= "0.9.1"
  1268. lbvs_consent >= "2.1.0"
  1269. ldap >= "2.4.1"
  1270. ldp < "0.5.0"
  1271. ldp_curl < "0.5.0"
  1272. ldp_js < "0.5.0"
  1273. ldp_tls < "0.5.0"
  1274. leaflet
  1275. learn-ocaml
  1276. learn-ocaml-client
  1277. leaves
  1278. ledgerwallet
  1279. legacy_diffable
  1280. lens >= "1.2.4"
  1281. letsencrypt
  1282. letsencrypt-app
  1283. letsencrypt-dns
  1284. letsencrypt-mirage
  1285. letters
  1286. leveldb
  1287. lib_parsing
  1288. libabsolute
  1289. libbinaryen < "105.1.0" | >= "107.0.1"
  1290. libc
  1291. libdash >= "0.4.1"
  1292. libirmin
  1293. libsail < "0.20.2"
  1294. libsvm >= "0.10.0"
  1295. libzipperposition
  1296. lilac
  1297. lilv
  1298. line-up-words
  1299. line_oriented
  1300. linenoise >= "1.3.1"
  1301. links
  1302. links-mysql
  1303. links-postgresql
  1304. links-sqlite3
  1305. linol
  1306. linol-eio
  1307. linol-lwt
  1308. lintcstubs
  1309. lintcstubs-arity < "0.5.2"
  1310. lintcstubs-gen
  1311. linwrap
  1312. liquid_interpreter
  1313. liquid_ml
  1314. liquid_parser
  1315. liquid_std
  1316. liquid_syntax
  1317. liquidsoap-core
  1318. liquidsoap-lang < "2.3.3"
  1319. liquidsoap-libs
  1320. liquidsoap-libs-extra
  1321. little_logger
  1322. llama
  1323. llama-cpp-ocaml
  1324. llama_core
  1325. llama_interactive
  1326. llama_midi
  1327. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1328. lmdb = "1.0"
  1329. lo >= "0.2.0"
  1330. lockfree
  1331. loga
  1332. logical
  1333. logs-async
  1334. logs-async-reporter
  1335. logs-ppx
  1336. logs-syslog
  1337. logtk
  1338. loop
  1339. lp
  1340. lp-glpk
  1341. lp-glpk-js
  1342. lp-gurobi
  1343. lp-highs
  1344. lpd
  1345. lreplay
  1346. lrgrep
  1347. lru >= "0.3.0"
  1348. lru_cache
  1349. lsp < "1.28.0-506~preview"
  1350. lt-code
  1351. lua-ml >= "0.9.3"
  1352. lua_parser
  1353. lucid
  1354. lun
  1355. lustre-v6 >= "6.103.3"
  1356. lutils >= "1.51.2"
  1357. lutin >= "2.71.10"
  1358. luv
  1359. luv_unix
  1360. lwd
  1361. lwt < "5.9.2" | = "6.0.0~alpha00"
  1362. lwt-canceler >= "0.2"
  1363. lwt-dllist
  1364. lwt-exit
  1365. lwt-parallel
  1366. lwt-watcher >= "0.2"
  1367. lwt_direct < "6.0.0~beta01"
  1368. lwt_domain
  1369. lwt_eio
  1370. lwt_glib >= "1.1.1"
  1371. lwt_log >= "1.1.1"
  1372. lwt_ppx >= "1.2.2" & < "5.9.2"
  1373. lwt_react >= "1.1.2"
  1374. lwt_retry
  1375. lwt_ssl >= "1.1.3"
  1376. lz4 >= "1.2.0"
  1377. lz4_chans >= "3.0.1"
  1378. lzo >= "0.0.3"
  1379. MlFront_Cache < "2.4.2.30"
  1380. MlFront_Cli < "2.4.2.30"
  1381. MlFront_Config < "2.4.2.30"
  1382. MlFront_Core < "2.4.2.30"
  1383. MlFront_Errors < "2.4.2.30"
  1384. MlFront_Logs < "2.4.2.30"
  1385. MlFront_Manip < "2.4.2.30"
  1386. MlFront_Signify < "2.4.2.30"
  1387. MlFront_ZipFile < "2.4.2.30"
  1388. m_tree
  1389. macaddr
  1390. macaddr-cstruct
  1391. macaddr-sexp
  1392. mad >= "0.5.0"
  1393. magic-mime >= "1.1.2"
  1394. magic-trace
  1395. make-random
  1396. malfunction
  1397. man_in_the_middle_debugger
  1398. markdown
  1399. markup >= "0.8.0"
  1400. markup-lwt
  1401. mastodon-archive-viewer >= "0.2"
  1402. matcha
  1403. matita
  1404. matplotlib
  1405. mbr-format
  1406. mc2
  1407. mccs
  1408. mcrunch
  1409. md2mld
  1410. mdx >= "1.8.0" & < "2.6.0"
  1411. mec
  1412. mechaml
  1413. mehari
  1414. mehari-eio
  1415. mehari-eio-unix
  1416. mehari-lwt-unix
  1417. mehari-mirage
  1418. mel
  1419. melange < "4.0.0-51"
  1420. melange-atdgen-codec-runtime
  1421. melange-compiler-libs
  1422. melange-fest
  1423. melange-fetch
  1424. melange-jest
  1425. melange-json < "2.0.0"
  1426. melange-json-native < "2.0.0"
  1427. melange-moment
  1428. melange-numeral
  1429. melange-radix-icons
  1430. melange-react-dates
  1431. melange-react-query
  1432. melange-recharts
  1433. melange-str
  1434. melange-testing-library
  1435. melange-webapi
  1436. meldep
  1437. mem_usage < "0.2.0"
  1438. memcad
  1439. memfd
  1440. memgraph
  1441. memgraph_kitty
  1442. memo
  1443. memprof-limits
  1444. memtrace
  1445. memtrace-mirage
  1446. memtrace_viewer
  1447. menhir >= "20200123"
  1448. menhirCST
  1449. menhirGLR
  1450. menhirLib
  1451. menhirSdk
  1452. merge-fmt
  1453. merlin
  1454. merlin-extend
  1455. merlin-lib
  1456. mesh >= "0.9.5"
  1457. mesh-easymesh >= "0.9.5"
  1458. mesh-graphics >= "0.9.5"
  1459. mesh-triangle >= "0.9.5"
  1460. metadata
  1461. metadb
  1462. metapp
  1463. metaquot
  1464. metrics
  1465. metrics-influx
  1466. metrics-lwt
  1467. metrics-rusage
  1468. metrics-unix
  1469. mew
  1470. mew_vi
  1471. mhttp
  1472. mhttp-client
  1473. mhttp-server
  1474. micro_httpd
  1475. middleware
  1476. migra
  1477. mimic
  1478. mimic-happy-eyeballs
  1479. mindstorm >= "0.8"
  1480. mindstorm-lwt
  1481. minicaml
  1482. minicli >= "5.0.2"
  1483. minisat >= "0.3"
  1484. minttea
  1485. miou < "0.5.2"
  1486. mirage >= "4.0.0"
  1487. mirage-block
  1488. mirage-block-ccm
  1489. mirage-block-combinators
  1490. mirage-block-lwt
  1491. mirage-block-partition
  1492. mirage-block-ramdisk
  1493. mirage-block-solo5
  1494. mirage-block-unikraft
  1495. mirage-block-unix
  1496. mirage-block-xen
  1497. mirage-bootvar
  1498. mirage-channel >= "3.2.0"
  1499. mirage-channel-lwt
  1500. mirage-clock
  1501. mirage-clock-lwt
  1502. mirage-clock-unix
  1503. mirage-conduit
  1504. mirage-console
  1505. mirage-console-lwt
  1506. mirage-crypto
  1507. mirage-crypto-ec
  1508. mirage-crypto-pk
  1509. mirage-crypto-rng
  1510. mirage-crypto-rng-async
  1511. mirage-crypto-rng-eio
  1512. mirage-crypto-rng-lwt
  1513. mirage-crypto-rng-miou-unix
  1514. mirage-crypto-rng-mirage
  1515. mirage-crypto-rng-mkernel
  1516. mirage-device
  1517. mirage-dns
  1518. mirage-flow
  1519. mirage-flow-combinators
  1520. mirage-flow-lwt
  1521. mirage-flow-unix
  1522. mirage-fs
  1523. mirage-fs-lwt
  1524. mirage-kv >= "2.0.0"
  1525. mirage-kv-lwt >= "2.0.0"
  1526. mirage-kv-mem
  1527. mirage-kv-unix
  1528. mirage-logs
  1529. mirage-monitoring
  1530. mirage-mtime
  1531. mirage-nat
  1532. mirage-net
  1533. mirage-net-lwt
  1534. mirage-net-macosx >= "1.6.0"
  1535. mirage-net-solo5
  1536. mirage-net-unikraft
  1537. mirage-net-unix
  1538. mirage-net-xen
  1539. mirage-profile
  1540. mirage-protocols
  1541. mirage-protocols-lwt
  1542. mirage-ptime
  1543. mirage-qubes
  1544. mirage-qubes-ipv4
  1545. mirage-random
  1546. mirage-runtime
  1547. mirage-sleep
  1548. mirage-solo5
  1549. mirage-stack
  1550. mirage-stack-lwt
  1551. mirage-time
  1552. mirage-time-lwt
  1553. mirage-time-unix
  1554. mirage-types >= "3.6.0"
  1555. mirage-types-lwt >= "3.6.0"
  1556. mirage-unix
  1557. mirage-vnetif
  1558. mirage-xen
  1559. mjson
  1560. mkaudio >= "1.1.0"
  1561. mkernel < "0.0.3"
  1562. mkocaml
  1563. mlbdd >= "0.7.2"
  1564. mlfenv
  1565. mlmpfr >= "4.0.2+dune"
  1566. mlpost
  1567. mlpost-lablgtk
  1568. mlt_parser
  1569. mm >= "0.7.0"
  1570. mmap
  1571. mmdb
  1572. mmo
  1573. mnd
  1574. mnet
  1575. mnet-cli
  1576. mnet-dhcp
  1577. mnet-dns
  1578. mnet-happy-eyeballs
  1579. mnet-ssh
  1580. mnet-tls
  1581. mnottui
  1582. mnotty
  1583. mock >= "0.1.1"
  1584. mock-ounit >= "0.1.1"
  1585. module-graph
  1586. molenc >= "5.0.0"
  1587. monaco_jsoo
  1588. monolith
  1589. monomorphic >= "2.0"
  1590. monorobot
  1591. moonpool
  1592. moonpool-io
  1593. moonpool-lwt
  1594. mopsa
  1595. morbig >= "0.10.3"
  1596. morsmall
  1597. moss >= "0.1.1"
  1598. mparser >= "1.3"
  1599. mparser-pcre
  1600. mparser-re
  1601. mperf
  1602. mpg123
  1603. mpp >= "0.3.4"
  1604. mpris
  1605. mpris-clients
  1606. mrmime
  1607. msat >= "0.8"
  1608. msat-bin
  1609. msendmail
  1610. mset
  1611. msgpck >= "1.5"
  1612. msgpck-repr
  1613. mssql
  1614. mugen
  1615. mula
  1616. multibase
  1617. multicodec
  1618. multicont = "1.0.1"
  1619. multicore-bench < "0.1.2"
  1620. multihash
  1621. multihash-digestif
  1622. multipart-form-data >= "0.3.0"
  1623. multipart_form
  1624. multipart_form-cohttp-lwt
  1625. multipart_form-eio
  1626. multipart_form-lwt
  1627. multipart_form-miou
  1628. murmur3 >= "0.3"
  1629. mustache >= "3.1.0"
  1630. mustache-cli
  1631. mutaml
  1632. mutf8
  1633. mwt
  1634. mybuild >= "7"
  1635. mysql8
  1636. mysql_protocol
  1637. n_ary
  1638. naboris
  1639. nacc
  1640. nanoev
  1641. nanoev-picos
  1642. nanoev-posix
  1643. nanoev_tiny_httpd
  1644. nanoid
  1645. nanosvg
  1646. nanosvg_text
  1647. nbd >= "4.0.3"
  1648. nbd-tool
  1649. nbd-unix
  1650. nel
  1651. neo4j_bolt
  1652. netkat
  1653. netlink >= "0.3.4"
  1654. netsnmp
  1655. neural_nets_lib < "0.5.2"
  1656. nice_parser
  1657. ninja_utils
  1658. niru
  1659. nloge
  1660. nlopt
  1661. nmea
  1662. noCanren
  1663. nocoiner
  1664. node_of_ocaml
  1665. nomad
  1666. non_empty_list
  1667. nottui
  1668. nottui-lwt
  1669. nottui-miou
  1670. nottui-pretty
  1671. nottui-unix
  1672. notty >= "0.2.3"
  1673. notty-community
  1674. notty-miou
  1675. notty_async >= "v0.13.0"
  1676. np
  1677. npy >= "0.0.9"
  1678. nsq
  1679. numeric_string
  1680. nuscr
  1681. OCADml
  1682. OCanren
  1683. OCanren-ppx
  1684. OSCADml
  1685. obatcher
  1686. obeam
  1687. obelisk >= "0.5.0"
  1688. obuilder < "0.7.0"
  1689. obuilder-spec < "0.7.0"
  1690. obus >= "1.2.1"
  1691. ocal >= "0.2.2"
  1692. ocaml-canvas
  1693. ocaml-compiler-libs >= "v0.12.0"
  1694. ocaml-embed-file
  1695. ocaml-in-python
  1696. ocaml-index
  1697. ocaml-lsp-server < "1.28.0-506~preview"
  1698. ocaml-lua
  1699. ocaml-migrate-parsetree
  1700. ocaml-migrate-parsetree-ocamlbuild
  1701. ocaml-monadic >= "0.4.1"
  1702. ocaml-print-intf
  1703. ocaml-probes
  1704. ocaml-protoc >= "2.0.1"
  1705. ocaml-protoc-plugin
  1706. ocaml-r >= "0.1.1"
  1707. ocaml-sat-solvers >= "0.8"
  1708. ocaml-syntax-shims
  1709. ocaml-systemd >= "1.3"
  1710. ocaml-top
  1711. ocaml-vdom < "transition"
  1712. ocaml-version >= "3.5.0"
  1713. ocaml_db_model
  1714. ocaml_intrinsics
  1715. ocaml_intrinsics_kernel
  1716. ocaml_openapi_generator
  1717. ocaml_pgsql_model
  1718. ocaml_plugin
  1719. ocamlc-loc < "3.19.0"
  1720. ocamlcodoc
  1721. ocamldiff >= "1.2"
  1722. ocamlformat >= "0.24.1"
  1723. ocamlformat-lib
  1724. ocamlformat-mlx
  1725. ocamlformat-mlx-lib
  1726. ocamlformat-rpc < "removed"
  1727. ocamlformat-rpc-lib
  1728. ocamlfuse
  1729. ocamlgraph >= "2.0.0"
  1730. ocamlgraph_gtk
  1731. ocamline
  1732. ocamlog
  1733. ocamlregextkit
  1734. ocannl_npy
  1735. ocb
  1736. ocf >= "0.8.0" & < "1.0.0"
  1737. ocf_ppx < "1.0.0"
  1738. ockt
  1739. ocluster != "0.2"
  1740. ocluster-api
  1741. ocluster-worker
  1742. ocolor
  1743. ocp-browser >= "1.2.1"
  1744. ocp-indent >= "1.7.0" & < "1.9.0"
  1745. ocp-indent-nlfork
  1746. ocp-index
  1747. ocp-search
  1748. ocp_reveal
  1749. ocplib-endian >= "1.1"
  1750. ocplib-json-typed-browser
  1751. ocplib-json-typed-bson
  1752. ocplib-simplex >= "0.5"
  1753. ocplib_stuff >= "0.4.0"
  1754. ocsigen-i18n >= "4.0.0"
  1755. ocsigen-ppx-rpc
  1756. ocsigenserver >= "4.0.1" & < "7.0.0"
  1757. ocsipersist < "2.1.0"
  1758. ocsipersist-dbm < "2.1.0"
  1759. ocsipersist-dbm-config < "2.1.0"
  1760. ocsipersist-lib < "2.1.0"
  1761. ocsipersist-pgsql < "2.1.0"
  1762. ocsipersist-pgsql-config < "2.1.0"
  1763. ocsipersist-sqlite < "2.1.0"
  1764. ocsipersist-sqlite-config < "2.1.0"
  1765. octavius >= "1.2.2"
  1766. ocue
  1767. odate
  1768. odds >= "1.1"
  1769. odep
  1770. odepack >= "0.6.9"
  1771. odnnr
  1772. odoc < "3.1.0"
  1773. odoc-driver < "3.1.0"
  1774. odoc-md < "3.1.0"
  1775. odoc-parser < "3.1.0"
  1776. oepub
  1777. of_json
  1778. offheap
  1779. oframl
  1780. ogg >= "1.0.0"
  1781. ohex
  1782. oidc
  1783. ojo
  1784. ojs < "1.1.7"
  1785. ojs_base
  1786. ojs_base_all
  1787. ojs_base_ppx
  1788. ojs_ed
  1789. ojs_filetree
  1790. ojs_list
  1791. oktree
  1792. olinq >= "0.3"
  1793. oma
  1794. omd >= "1.3.2"
  1795. ometrics
  1796. omg
  1797. omigrate
  1798. omlr >= "1.0.3"
  1799. omtl
  1800. oneffs
  1801. oniguruma
  1802. opam-0install
  1803. opam-0install-cudf
  1804. opam-bin >= "1.0.0"
  1805. opam-build
  1806. opam-check-npm-deps
  1807. opam-client >= "2.0.2"
  1808. opam-compiler
  1809. opam-core >= "2.0.2"
  1810. opam-custom-install
  1811. opam-devel >= "2.0.2"
  1812. opam-dune-lint
  1813. opam-ed >= "0.4"
  1814. opam-file-format >= "2.1.0" & < "2.1.5"
  1815. opam-format >= "2.0.2"
  1816. opam-graph
  1817. opam-grep >= "0.2.0"
  1818. opam-installer >= "2.0.2"
  1819. opam-minver
  1820. opam-monorepo
  1821. opam-package-upgrade >= "0.2"
  1822. opam-publish >= "2.0.2"
  1823. opam-repository >= "2.0.2"
  1824. opam-solver >= "2.0.2"
  1825. opam-spin
  1826. opam-state >= "2.0.2"
  1827. opam-test
  1828. opam_bin_lib != "0.9.5"
  1829. opasswd
  1830. opatch
  1831. opazl
  1832. openai
  1833. openai-gym
  1834. openapi
  1835. openapi-opium
  1836. openapi_router
  1837. opencc0
  1838. opencc1
  1839. opencc1_1
  1840. openQASM
  1841. openstellina
  1842. opentelemetry
  1843. opentelemetry-client
  1844. opentelemetry-client-cohttp-eio
  1845. opentelemetry-client-cohttp-lwt
  1846. opentelemetry-client-ocurl
  1847. opentelemetry-client-ocurl-lwt
  1848. opentelemetry-cohttp-lwt
  1849. opentelemetry-logs
  1850. opentelemetry-lwt
  1851. opine
  1852. opium
  1853. opium-graphql
  1854. opium-testing
  1855. opium_kernel >= "0.17.0"
  1856. oplot < "0.85"
  1857. oplsr
  1858. opomodoro
  1859. opsian
  1860. optal
  1861. opti
  1862. optimization1d >= "0.6.1"
  1863. optiml-transport
  1864. optint
  1865. opus
  1866. oraft
  1867. oranger >= "2.0.1"
  1868. orb
  1869. order-i3-xfce
  1870. ordering < "3.19.0"
  1871. ordinal
  1872. ordinal_abbreviation
  1873. ordma >= "0.0.5"
  1874. orec >= "1.0.1"
  1875. orewa
  1876. orf
  1877. orgeat
  1878. orpie
  1879. orrandomForest
  1880. orsvm_e1071 >= "4.0.0"
  1881. ortac-core
  1882. ortac-dune
  1883. ortac-qcheck-stm
  1884. ortac-runtime
  1885. ortac-runtime-qcheck-stm
  1886. ortac-wrapper
  1887. orthologic-coq
  1888. orxgboost >= "1.1.0"
  1889. osc >= "0.2.0"
  1890. osc-lwt
  1891. osc-unix
  1892. osdp >= "1.1.1"
  1893. oseq >= "0.2"
  1894. osh
  1895. oskel
  1896. osnap
  1897. ostap >= "0.6"
  1898. osx-keychain
  1899. osx-secure-transport
  1900. otaglibc
  1901. otf
  1902. otoggl
  1903. otoml
  1904. otr
  1905. oui
  1906. ounit = "2.1.2"
  1907. ounit-lwt < "2.2.0"
  1908. ounit2
  1909. ounit2-lwt
  1910. override
  1911. owee
  1912. owi
  1913. owl >= "0.4.0" & < "1.2"
  1914. owl-base >= "0.4.0" & < "1.2"
  1915. owl-jupyter
  1916. owl-ode
  1917. owl-ode-base
  1918. owl-ode-odepack
  1919. owl-ode-sundials
  1920. owl-opt
  1921. owl-opt-lbfgs
  1922. owl-plplot < "1.1"
  1923. owl-symbolic
  1924. owl-top >= "0.4.0" & < "1.2"
  1925. owl-zoo >= "0.4.0"
  1926. owork
  1927. ozulip
  1928. p4pp
  1929. p4spectec
  1930. p5scm
  1931. packstream
  1932. pacomb
  1933. paf
  1934. paf-cohttp
  1935. pam
  1936. pancake
  1937. pandoc
  1938. pandoc-abbreviations
  1939. pandoc-comment
  1940. pandoc-crossref
  1941. pandoc-include
  1942. pandoc-inspect
  1943. pandoc-pdf2png
  1944. pandoc-replace
  1945. papi >= "0.1.1"
  1946. par_incr
  1947. parany >= "9.0.0"
  1948. pardi >= "2.0.2"
  1949. pari
  1950. pari-bindings
  1951. parmap >= "1.1.1"
  1952. parsexp >= "v0.13.0"
  1953. parsexp_io
  1954. parsley
  1955. passage
  1956. patch
  1957. patdiff
  1958. path_glob
  1959. patience_diff
  1960. patricia-tree
  1961. pattern
  1962. pb
  1963. pb-plugin
  1964. pbkdf
  1965. pbrt
  1966. pbrt_services
  1967. pbrt_yojson
  1968. pcap-format >= "0.5.2"
  1969. pcre >= "7.3.5"
  1970. pcre2
  1971. pds-reachability >= "0.2.2"
  1972. pecu >= "0.2"
  1973. petrol
  1974. pf-qubes
  1975. pg_query
  1976. pgocaml >= "4.0"
  1977. pgocaml_ppx
  1978. pgx
  1979. pgx_async
  1980. pgx_lwt
  1981. pgx_lwt_mirage
  1982. pgx_lwt_unix
  1983. pgx_unix
  1984. pgx_value_core
  1985. pgx_value_ptime
  1986. phantom-algebra >= "1.0.1"
  1987. phonetic
  1988. phylogenetics
  1989. piaf
  1990. picasso
  1991. piece_rope
  1992. piqi >= "0.7.8"
  1993. piqilib >= "0.6.16"
  1994. pixel_pusher
  1995. pkcs11 >= "0.18.0"
  1996. pkcs11-cli
  1997. pkcs11-driver
  1998. pkcs11-rev
  1999. pla >= "1.3"
  2000. plateau
  2001. plato
  2002. playwright
  2003. plebeia
  2004. plist-xml
  2005. plist-xml-lwt
  2006. plotkicadsch
  2007. plotly
  2008. plplot >= "5.11.0-1"
  2009. polars
  2010. polars_async
  2011. polka
  2012. poll
  2013. polling_state_rpc
  2014. polly < "0.5.0"
  2015. polynomial
  2016. pomap
  2017. popper
  2018. portaudio >= "0.2.2"
  2019. portaudio_c_bindings
  2020. posix-base < "4.0.1"
  2021. posix-bindings < "4.0.1"
  2022. posix-getopt >= "2.0.0" & < "4.0.1"
  2023. posix-math2 < "4.0.1"
  2024. posix-signal < "4.0.1"
  2025. posix-socket < "4.0.1"
  2026. posix-socket-unix < "4.0.1"
  2027. posix-time2 < "4.0.1"
  2028. posix-types >= "2.0.0" & < "4.0.1"
  2029. posix-uname < "4.0.1"
  2030. posixat
  2031. postgres_async
  2032. postgresql >= "4.4.1"
  2033. pp
  2034. pp-binary-ints
  2035. pp_loc
  2036. pprint >= "20200226"
  2037. ppx-owl-opt
  2038. ppx_accessor
  2039. ppx_assert
  2040. ppx_bap
  2041. ppx_base
  2042. ppx_bench
  2043. ppx_bin_prot
  2044. ppx_bitstring < "5.0.2"
  2045. ppx_blob >= "0.6.0"
  2046. ppx_camlrack
  2047. ppx_catch
  2048. ppx_cold
  2049. ppx_compare
  2050. ppx_compose >= "0.1.0"
  2051. ppx_const
  2052. ppx_conv_func
  2053. ppx_counters
  2054. ppx_css
  2055. ppx_cstruct
  2056. ppx_cstubs
  2057. ppx_csv_conv
  2058. ppx_custom_printf
  2059. ppx_decimal
  2060. ppx_default
  2061. ppx_defer >= "0.4.0"
  2062. ppx_demo
  2063. ppx_derive_at_runtime
  2064. ppx_derivers >= "1.2.1"
  2065. ppx_deriving >= "4.5-1"
  2066. ppx_deriving_cad
  2067. ppx_deriving_cmdliner
  2068. ppx_deriving_decoders
  2069. ppx_deriving_encoding
  2070. ppx_deriving_hardcaml
  2071. ppx_deriving_hash < "0.1.4"
  2072. ppx_deriving_json_schema
  2073. ppx_deriving_jsoo
  2074. ppx_deriving_madcast >= "0.2"
  2075. ppx_deriving_popper
  2076. ppx_deriving_protobuf
  2077. ppx_deriving_qcheck
  2078. ppx_deriving_rpc
  2079. ppx_deriving_scad
  2080. ppx_deriving_variant_string
  2081. ppx_deriving_yaml < "0.4.0"
  2082. ppx_deriving_yojson
  2083. ppx_diff
  2084. ppx_disable_unused_warnings
  2085. ppx_distr_guards >= "0.2"
  2086. ppx_dream_eml
  2087. ppx_embed_file
  2088. ppx_enumerate
  2089. ppx_expect
  2090. ppx_expect_nobase >= "v0.17.2.2"
  2091. ppx_ezlua
  2092. ppx_factory
  2093. ppx_fail
  2094. ppx_fields_conv
  2095. ppx_fixed_literal
  2096. ppx_fun
  2097. ppx_gen_rec >= "1.1.0"
  2098. ppx_getenv
  2099. ppx_globalize
  2100. ppx_hardcaml
  2101. ppx_hash
  2102. ppx_here
  2103. ppx_ignore_instrumentation
  2104. ppx_import
  2105. ppx_inline_alcotest
  2106. ppx_inline_test
  2107. ppx_inline_test_nobase
  2108. ppx_interact
  2109. ppx_irmin
  2110. ppx_jane
  2111. ppx_js_style
  2112. ppx_jsobject_conv
  2113. ppx_jsonaf_conv
  2114. ppx_let
  2115. ppx_log
  2116. ppx_lun
  2117. ppx_make
  2118. ppx_map
  2119. ppx_marshal < "0.4.1"
  2120. ppx_marshal_ext < "0.4.1"
  2121. ppx_matches < "0.2.0"
  2122. ppx_meta_conv
  2123. ppx_mica
  2124. ppx_mikmatch
  2125. ppx_minidebug
  2126. ppx_module_timer
  2127. ppx_monad
  2128. ppx_monoid >= "0.3.2"
  2129. ppx_mysql
  2130. ppx_open
  2131. ppx_optcomp
  2132. ppx_optint
  2133. ppx_optional
  2134. ppx_parser
  2135. ppx_pattern_bind
  2136. ppx_pbt
  2137. ppx_pipebang
  2138. ppx_protocol_conv
  2139. ppx_protocol_conv_json
  2140. ppx_protocol_conv_jsonm
  2141. ppx_protocol_conv_msgpack
  2142. ppx_protocol_conv_xml_light
  2143. ppx_protocol_conv_xmlm
  2144. ppx_protocol_conv_yaml
  2145. ppx_pyformat
  2146. ppx_python
  2147. ppx_quick_test
  2148. ppx_rapper
  2149. ppx_rapper_async
  2150. ppx_rapper_lwt
  2151. ppx_regexp >= "0.4.0" & < "0.5.2"
  2152. ppx_repr
  2153. ppx_seq
  2154. ppx_sexp_conv
  2155. ppx_sexp_message
  2156. ppx_sexp_value
  2157. ppx_show
  2158. ppx_stable
  2159. ppx_stable_witness
  2160. ppx_string
  2161. ppx_string_conv
  2162. ppx_string_interpolation
  2163. ppx_subliner
  2164. ppx_system
  2165. ppx_test
  2166. ppx_tools
  2167. ppx_tools_versioned
  2168. ppx_trace
  2169. ppx_ts
  2170. ppx_tydi
  2171. ppx_type_directed_value
  2172. ppx_typed_fields
  2173. ppx_typerep_conv
  2174. ppx_tyre
  2175. ppx_units
  2176. ppx_unreachable
  2177. ppx_update
  2178. ppx_variants_conv
  2179. ppx_viewpattern
  2180. ppx_wideopen
  2181. ppx_xml_conv
  2182. ppx_yojson
  2183. ppx_yojson_conv
  2184. ppx_yojson_conv_lib
  2185. ppxfind
  2186. ppxlib
  2187. ppxlib-tools
  2188. ppxlib_jane
  2189. ppxx
  2190. pratter
  2191. prbnmcn-basic-structures
  2192. prbnmcn-cgrph
  2193. prbnmcn-clustering
  2194. prbnmcn-dagger
  2195. prbnmcn-dagger-gsl
  2196. prbnmcn-dagger-stats
  2197. prbnmcn-dagger-test
  2198. prbnmcn-gnuplot
  2199. prbnmcn-linalg
  2200. prbnmcn-mcts
  2201. prbnmcn-proptest
  2202. prbnmcn-stats
  2203. prbnmcn-ucb1
  2204. prc
  2205. preface
  2206. prelude
  2207. pretty_expressive
  2208. prettym
  2209. printbox >= "0.3"
  2210. printbox-ext-plot
  2211. printbox-html
  2212. printbox-md
  2213. printbox-text >= "0.6.1"
  2214. proc-smaps
  2215. process_limits
  2216. processor
  2217. producer
  2218. prof_spacetime
  2219. profiling
  2220. profunctor
  2221. progress < "0.5.0"
  2222. prom
  2223. prometheus >= "0.6"
  2224. prometheus-app >= "0.6"
  2225. prometheus-liquidsoap >= "2"
  2226. promise
  2227. promise_jsoo
  2228. promise_jsoo_lwt
  2229. protocell
  2230. protocol-9p >= "1.0.0"
  2231. protocol-9p-tool >= "1.0.0"
  2232. protocol-9p-unix >= "1.0.0"
  2233. protocol_version_header
  2234. prr
  2235. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2236. psq >= "0.1.1"
  2237. ptmap >= "2.0.5"
  2238. ptset
  2239. pulseaudio >= "0.1.4"
  2240. pure-html
  2241. pure-splitmix >= "0.3"
  2242. purl
  2243. pvec
  2244. pxshot
  2245. py >= "1.1"
  2246. pyast
  2247. pyml >= "20210924"
  2248. pyml_bindgen >= "0.3.0"
  2249. pyre-ast
  2250. pythonlib
  2251. qbf >= "0.3"
  2252. qcheck >= "0.13"
  2253. qcheck-alcotest
  2254. qcheck-core
  2255. qcheck-lin < "0.10"
  2256. qcheck-multicoretests-util < "0.10"
  2257. qcheck-ounit
  2258. qcheck-stm < "0.10"
  2259. qdrant
  2260. qinap
  2261. qiskit
  2262. qmp >= "0.19.0"
  2263. qrencode
  2264. qtest >= "2.10.1"
  2265. queenshead
  2266. quests
  2267. quick_print
  2268. quickjs
  2269. radamsa
  2270. radare2 >= "0.0.3"
  2271. randii
  2272. randomconv
  2273. randoml
  2274. range >= "0.8"
  2275. rangeSet
  2276. rankers
  2277. ravel
  2278. rawlink
  2279. rawlink-eio
  2280. rawlink-lwt
  2281. raygui < "1.4.0"
  2282. raylib < "1.4.0"
  2283. rdbg >= "1.196.12"
  2284. rdf >= "0.13.0" & < "1.1.0"
  2285. rdf_impls < "1.1.0"
  2286. rdf_json_ld < "1.1.0"
  2287. rdf_lwt < "1.1.0"
  2288. rdf_mysql < "1.1.0"
  2289. rdf_postgresql < "1.1.0"
  2290. rdf_ppx < "1.1.0"
  2291. re >= "1.9.0" & < "1.14.0"
  2292. re2
  2293. re2_stable
  2294. re_parser
  2295. rea
  2296. reactiveData = "0.3.0"
  2297. reactjs-jsx-ppx
  2298. readline
  2299. reanalyze
  2300. reason < "3.17.2"
  2301. reason-react
  2302. reason-react-ppx
  2303. reason-standard
  2304. received
  2305. record_builder
  2306. records >= "1.0.0"
  2307. reddit_api_async
  2308. reddit_api_kernel
  2309. redirect
  2310. redis >= "0.4"
  2311. redis-async
  2312. redis-lwt >= "0.4"
  2313. redis-sync >= "0.4"
  2314. reed-solomon-erasure >= "1.0.2"
  2315. reedsolomon
  2316. refl
  2317. regex_parser_intf
  2318. regrade
  2319. relude
  2320. remu_ts
  2321. reparse
  2322. reparse-lwt
  2323. reparse-lwt-unix
  2324. reparse-unix
  2325. repr
  2326. repr-bench
  2327. repr-fuzz
  2328. requisite
  2329. res >= "5.0.1"
  2330. res_tailwindcss
  2331. rescript-syntax
  2332. reshowcase
  2333. resource-pooling >= "1.1"
  2334. resource_cache
  2335. resp
  2336. resp-client
  2337. resp-mirage
  2338. resp-server >= "0.9"
  2339. resp-unix
  2340. resto
  2341. resto-acl
  2342. resto-cohttp
  2343. resto-cohttp-client
  2344. resto-cohttp-self-serving-client
  2345. resto-cohttp-server
  2346. resto-directory
  2347. resto-json
  2348. result
  2349. rfc1951 >= "0.8.1" & != "1.0.0"
  2350. rfc6287 >= "1.0.4"
  2351. rfc7748
  2352. rfsm >= "1.6-alpha-3"
  2353. rhythm
  2354. ringo
  2355. ringo-lwt
  2356. rio
  2357. riot
  2358. river
  2359. robotstxt
  2360. rock
  2361. rocq-core
  2362. rocq-devtools
  2363. rocq-runtime
  2364. rocqide
  2365. roman
  2366. root1d >= "0.5.1"
  2367. rope >= "0.6.2"
  2368. rosa
  2369. rosetta >= "0.2.0"
  2370. routes
  2371. rowex
  2372. rpc
  2373. rpc_parallel
  2374. rpclib
  2375. rpclib-async
  2376. rpclib-html
  2377. rpclib-js
  2378. rpclib-lwt
  2379. rsdd
  2380. rss
  2381. rtop < "3.17.2"
  2382. rtree
  2383. rungen
  2384. runtime_events_tools < "0.5.2"
  2385. rusage
  2386. rust-staticlib-gen
  2387. rust-staticlib-virtual
  2388. SZXX
  2389. safemoney
  2390. safepass >= "3.1"
  2391. sail >= "0.15" & < "0.20.2"
  2392. sail_c_backend < "0.20.2"
  2393. sail_coq_backend < "0.20.2"
  2394. sail_doc_backend < "0.20.2"
  2395. sail_latex_backend < "0.20.2"
  2396. sail_lean_backend < "0.20.2"
  2397. sail_lem_backend < "0.20.2"
  2398. sail_maker < "0.20.2"
  2399. sail_manifest
  2400. sail_ocaml_backend < "0.20.2"
  2401. sail_output < "0.20.2"
  2402. sail_smt_backend < "0.20.2"
  2403. sail_sv_backend < "0.20.2"
  2404. salsa20 >= "1.0.0"
  2405. salsa20-core >= "1.0.0"
  2406. samplerate >= "0.1.6"
  2407. sanddb >= "0.2"
  2408. sarek
  2409. sarif
  2410. satex < "0.1.2"
  2411. saturn < "0.5.0"
  2412. saturn_lockfree < "0.5.0"
  2413. satyrographos
  2414. scad_ml
  2415. scfg
  2416. scgi
  2417. scipy
  2418. scrypt-kdf
  2419. sd_logic
  2420. sdl-liquidsoap >= "3"
  2421. search
  2422. searchTree
  2423. secp256k1 >= "0.4.1"
  2424. secp256k1-internal
  2425. sedlex
  2426. sek
  2427. sel
  2428. semantic_version
  2429. semaphore-compat
  2430. semver >= "0.2.1"
  2431. semver2
  2432. sendmail
  2433. sendmail-lwt
  2434. sendmail-miou-unix
  2435. sendmail-mirage
  2436. sentry
  2437. seq < "base"
  2438. seqes
  2439. sequencer_table
  2440. serde
  2441. serde_debug
  2442. serde_derive
  2443. serde_json
  2444. serde_sexpr
  2445. serde_xml
  2446. serial
  2447. server-reason-react
  2448. session >= "0.4.1"
  2449. session-cohttp >= "0.4.1"
  2450. session-cohttp-async >= "0.4.1"
  2451. session-cohttp-lwt >= "0.4.1"
  2452. session-cookie
  2453. session-cookie-async
  2454. session-cookie-lwt
  2455. session-postgresql >= "0.4.1"
  2456. session-postgresql-async
  2457. session-postgresql-lwt
  2458. session-redis-lwt >= "0.4.1"
  2459. session-webmachine >= "0.4.1"
  2460. setcore >= "1.0.2"
  2461. sexp
  2462. sexp_decode
  2463. sexp_diff
  2464. sexp_diff_kernel
  2465. sexp_grammar
  2466. sexp_macro
  2467. sexp_pretty
  2468. sexp_select
  2469. sexp_string_quickcheck
  2470. sexplib >= "v0.13.0"
  2471. sexplib0 >= "v0.12.0"
  2472. sgf
  2473. sha >= "1.13"
  2474. shades
  2475. shapefile
  2476. shared-block-ring
  2477. shared-memory-ring
  2478. shared-memory-ring-lwt
  2479. shared-secret >= "0.4"
  2480. shell
  2481. sherlodoc < "3.1.0"
  2482. shexp
  2483. shine >= "0.2.2"
  2484. shuttle
  2485. shuttle_http
  2486. shuttle_ssl
  2487. shuttle_websocket
  2488. sifun
  2489. sihl
  2490. sihl-cache
  2491. sihl-contract
  2492. sihl-core
  2493. sihl-email
  2494. sihl-facade
  2495. sihl-persistence
  2496. sihl-queue
  2497. sihl-session
  2498. sihl-storage
  2499. sihl-token
  2500. sihl-type
  2501. sihl-user
  2502. sihl-web
  2503. simlog
  2504. simple63
  2505. simple_httpd
  2506. simple_httpd_caqti
  2507. sklearn
  2508. slack
  2509. slacko
  2510. slice
  2511. slipshow != "0.5.0"
  2512. slug
  2513. smaji_glyph_path
  2514. smart-print >= "0.3.0"
  2515. smol
  2516. smol-helpers
  2517. smtlib-utils
  2518. smtml >= "0.7.0" & < "0.10.0"
  2519. snappy
  2520. so
  2521. sodium-fmt
  2522. solid < "0.5.0"
  2523. solid_server < "0.5.0"
  2524. solid_tools < "0.5.0"
  2525. solidity-alcotest
  2526. solidity-common
  2527. solidity-parser
  2528. solidity-test
  2529. solidity-typechecker
  2530. solo5-elftool
  2531. sortedseq_intersect
  2532. soundtouch >= "0.1.9"
  2533. soupault
  2534. spacetime_lib
  2535. spatial-shell
  2536. spawn < "v0.9.0" | >= "v0.13.0"
  2537. spdx_licenses
  2538. spectrum
  2539. spectrum_capabilities
  2540. spectrum_palette_ppx
  2541. spectrum_palettes
  2542. spectrum_tools
  2543. speex
  2544. spelll >= "0.4"
  2545. spices
  2546. spin
  2547. splay_tree
  2548. splittable_random
  2549. spoc
  2550. spoc_ppx
  2551. spoke
  2552. spotify-web-api
  2553. spotlib >= "4.1.0"
  2554. sqlgg >= "20200521"
  2555. sqlite3 >= "4.4.1"
  2556. sqlite3_utils
  2557. srt
  2558. ssh-agent >= "0.2.0"
  2559. ssl >= "0.5.6"
  2560. starpath
  2561. stdcompat >= "19"
  2562. stdint >= "0.6.0"
  2563. stdint-literals
  2564. stdio
  2565. stdlib-diff
  2566. stdlib-random
  2567. stdlib-shims
  2568. stdune < "3.19.0"
  2569. stitch
  2570. stk < "0.5.0"
  2571. stk_iconv < "0.5.0"
  2572. stk_ocf < "0.5.0"
  2573. stk_ppx < "0.5.0"
  2574. stk_rdf < "0.5.0"
  2575. stk_xml < "0.5.0"
  2576. stog >= "0.20.0"
  2577. stog_all
  2578. stog_asy
  2579. stog_dot
  2580. stog_extern
  2581. stog_markdown
  2582. stog_multi_doc
  2583. stog_nocaml
  2584. stog_noexec
  2585. stog_plugins
  2586. stog_rdf
  2587. stog_rel_href
  2588. stog_server
  2589. stog_server_multi
  2590. stog_sitemap
  2591. stog_writing
  2592. stone >= "0.5.2"
  2593. store
  2594. store-dict
  2595. store-pushqueue
  2596. stored_reversed
  2597. stramon-lib
  2598. streamable
  2599. streaming
  2600. string_dict
  2601. stringCodepointSplitter
  2602. stringext >= "1.6.0"
  2603. sturgeon >= "0.4.2"
  2604. styled-ppx < "0.61.0"
  2605. subprocess
  2606. subscriptions-transport-ws
  2607. subtype-refinement >= "0.2"
  2608. sun
  2609. svmwrap
  2610. swagger >= "0.2.0"
  2611. swhid
  2612. swhid_compute
  2613. swhid_core
  2614. swhid_types
  2615. swipl
  2616. syguslib-utils
  2617. symex
  2618. synchronizer
  2619. syncweb
  2620. syndic >= "1.6.0"
  2621. sys-socket
  2622. sys-socket-unix
  2623. syslog >= "2.0.1"
  2624. syslog-message >= "1.0.0"
  2625. syslog-rfc5424 < "0.2"
  2626. systemverilog >= "0.0.2"
  2627. syto
  2628. tablecloth-base
  2629. tablecloth-melange
  2630. tablecloth-native < "transition"
  2631. taglib >= "0.3.7"
  2632. talaria-bibtex
  2633. tar
  2634. tar-eio
  2635. tar-mirage
  2636. tar-unix
  2637. tcalc
  2638. tcpip
  2639. tdigest
  2640. telemetry
  2641. telltime
  2642. tensorboard
  2643. term-indexing
  2644. term-tools
  2645. termaid
  2646. terminal < "0.5.0"
  2647. terminal_size >= "0.1.4"
  2648. terminus
  2649. terminus-cohttp
  2650. terminus-hlc
  2651. testo < "0.3.4"
  2652. testo-diff < "0.3.4"
  2653. testo-lwt < "0.3.4"
  2654. testo-util < "0.3.4"
  2655. testu01
  2656. textmate-language
  2657. textrazor
  2658. textutils
  2659. textutils_kernel
  2660. textwrap >= "0.2.1"
  2661. tezos-base58
  2662. tezos-context-hash
  2663. tezt < "4.3.0"
  2664. tezt-bam
  2665. theora
  2666. thread-local-storage
  2667. thread-table
  2668. thrift
  2669. tidy
  2670. tidy_email
  2671. tidy_email_mailgun
  2672. tidy_email_sendgrid
  2673. tidy_email_smtp
  2674. tilde_f
  2675. time_now
  2676. timed >= "1.1"
  2677. timedesc
  2678. timedesc-json
  2679. timedesc-sexp
  2680. timedesc-tzdb
  2681. timedesc-tzlocal
  2682. timedesc-tzlocal-js
  2683. timere
  2684. timere-parse
  2685. timezone
  2686. timmy
  2687. timmy-jsoo
  2688. timmy-lwt
  2689. timmy-unix
  2690. tiny_httpd
  2691. tiny_httpd_camlzip
  2692. tiny_httpd_eio
  2693. tip-parser >= "0.4"
  2694. tldr
  2695. tls >= "0.12.8"
  2696. tls-async
  2697. tls-eio
  2698. tls-liquidsoap
  2699. tls-lwt
  2700. tls-miou-unix
  2701. tls-mirage
  2702. toc
  2703. tofn
  2704. togglelog
  2705. toml
  2706. toml-cconv
  2707. toml_cconv
  2708. toplevel_backend
  2709. toplevel_expect_test
  2710. topojson
  2711. topojsone
  2712. topological_sort
  2713. torch
  2714. tqdm
  2715. trace
  2716. trace-fuchsia
  2717. trace-runtime-events
  2718. trace-tef
  2719. tracing
  2720. tracy-client
  2721. trail
  2722. traits
  2723. trampoline
  2724. transept
  2725. transom
  2726. traverse
  2727. travesty
  2728. trax >= "0.4.0"
  2729. tree_layout >= "0.2"
  2730. treeprint >= "2.3.0"
  2731. trexio
  2732. trie
  2733. trs
  2734. tsdl-image >= "0.3.0"
  2735. tsdl-mixer
  2736. tsdl-ttf >= "0.3"
  2737. tsort
  2738. tty
  2739. tube >= "4.4.0"
  2740. tuntap
  2741. twirp_cohttp_lwt_unix
  2742. twirp_core
  2743. twirp_ezcurl
  2744. twirp_tiny_httpd
  2745. twostep
  2746. tyabt
  2747. type_eq
  2748. type_id
  2749. typed_list
  2750. typeid
  2751. typerep >= "v0.13.0"
  2752. typeset
  2753. tyre >= "0.5"
  2754. tyxml >= "4.3.0"
  2755. tyxml-jsx
  2756. tyxml-lwd
  2757. tyxml-ppx >= "4.3.0"
  2758. tyxml-syntax
  2759. ubase
  2760. ubpf >= "0.2"
  2761. uecc >= "0.3"
  2762. ufind
  2763. uint >= "2.0.1"
  2764. ulid
  2765. um-abt
  2766. unidecode
  2767. unionFind
  2768. unisim_archisec < "0.0.14"
  2769. unison < "2.53.4"
  2770. universal-portal
  2771. universo
  2772. unix-errno >= "0.6.0"
  2773. unix-type-representations >= "0.1.3"
  2774. unstrctrd
  2775. uopt
  2776. uri >= "2.2.1"
  2777. uri-bench
  2778. uri-re
  2779. uri-sexp
  2780. uring
  2781. uritemplate
  2782. urn
  2783. user-agent-parser
  2784. username_kernel
  2785. uspf
  2786. uspf-lwt
  2787. uspf-mirage
  2788. uspf-unix
  2789. utcp
  2790. utop
  2791. uuuu >= "0.1.1"
  2792. validate
  2793. validator
  2794. variantslib >= "v0.13.0"
  2795. varray
  2796. vcaml
  2797. vcardgen >= "1.2"
  2798. vchan
  2799. vchan-unix
  2800. vchan-xen
  2801. vdom
  2802. vec
  2803. vector
  2804. vector3 >= "1.0.0"
  2805. vendredi
  2806. vercel
  2807. versioned_polling_state_rpc
  2808. vhd-format >= "0.12.0"
  2809. vhd-format-lwt
  2810. vif
  2811. vifu
  2812. virtual_dom
  2813. virtual_dom_toplayer
  2814. visitors >= "20200207"
  2815. vlq >= "0.2.1"
  2816. vlt
  2817. vmnet
  2818. vocal
  2819. voqc
  2820. vorbis
  2821. vpt >= "5.0.0"
  2822. vscoq-language-server < "2.3.3"
  2823. vsrocq-language-server
  2824. vue-jsoo
  2825. vue-ppx
  2826. wall
  2827. wasm >= "2.0.2"
  2828. wasmer
  2829. wasmtime
  2830. wayland
  2831. waylaunch
  2832. wcwidth
  2833. webauthn
  2834. weberizer >= "0.8"
  2835. webmachine >= "0.6.2"
  2836. websocket >= "2.12"
  2837. websocket-async
  2838. websocket-lwt
  2839. websocket-lwt-unix
  2840. websocketaf
  2841. webtest
  2842. webtest-js
  2843. why3find
  2844. wikitext
  2845. win-error >= "1.0"
  2846. win-eventlog >= "0.3"
  2847. winsvc
  2848. wol
  2849. wol-eio
  2850. wol-mirage
  2851. ws
  2852. ws-server
  2853. wseg
  2854. wtf8 >= "1.0.2"
  2855. wtr
  2856. wtr-ppx
  2857. wu-manber-fuzzy-search
  2858. x509
  2859. x86_64-esperanto >= "0.0.6"
  2860. xapi-backtrace
  2861. xapi-inventory
  2862. xapi-rrd
  2863. xapi-stdext-date
  2864. xapi-stdext-encodings
  2865. xapi-stdext-pervasives
  2866. xapi-stdext-std
  2867. xapi-stdext-threads
  2868. xapi-stdext-unix
  2869. xapi-stdext-zerocheck
  2870. xcursor
  2871. xdg < "3.19.0"
  2872. xdg-basedir
  2873. xedbindings
  2874. xen-evtchn
  2875. xen-evtchn-unix
  2876. xen-gnt
  2877. xen-gnt-unix
  2878. xenstore
  2879. xenstore-tool
  2880. xenstore_transport >= "1.1.0"
  2881. xkbcommon
  2882. xmelly
  2883. xml-light >= "2.5"
  2884. xmldiff >= "0.7.0"
  2885. xmldiff_js
  2886. xmlplaylist >= "0.1.5"
  2887. xoshiro
  2888. xtmpl >= "0.19.0" & < "1.1.0"
  2889. xtmpl_js < "1.1.0"
  2890. xtmpl_ppx < "1.1.0"
  2891. yaml >= "1.0.0"
  2892. yaml-sexp
  2893. yara >= "0.2"
  2894. yocaml < "2.0.0"
  2895. yocaml_cmark
  2896. yocaml_git < "2.0.0"
  2897. yocaml_jingoo < "2.0.0"
  2898. yocaml_markdown < "2.4.1"
  2899. yocaml_mustache < "2.0.0"
  2900. yocaml_syndication < "2.0.0"
  2901. yocaml_unix < "2.0.0"
  2902. yocaml_yaml < "2.0.0"
  2903. yojson >= "1.5.0"
  2904. yojson-bench
  2905. yojson-five
  2906. yultracer
  2907. yurt >= "0.6"
  2908. yuscii >= "0.2.1"
  2909. yuujinchou
  2910. zanuda
  2911. zar
  2912. zarith-ppx
  2913. zarith_stubs_js
  2914. zed >= "2.0.6"
  2915. zeit
  2916. zelus
  2917. zelus-gtk
  2918. zipperposition
  2919. zipperposition-tools
  2920. zlib
  2921. zlist >= "0.4.0"
  2922. zmq >= "5.1.0"
  2923. zmq-async >= "5.1.0"
  2924. zmq-eio
  2925. zmq-lwt >= "5.1.0"
  2926. zstandard
  2927. zstd >= "0.3"
  2928. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"