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