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