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